#CC4374

Color #CC4374 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CC4374

Tints of Cabaret #CC4374

Color information

#CC4374 (or 0xCC4374) is unknown color: approx Cabaret. HEX triplet: CC, 43 and 74. RGB value is (204,67,116). Sum of RGB (Red+Green+Blue) = 204+67+116=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4374 is #33BC8B. Grayscale: #717171. Windows color (decimal): -3390604 or 7619532. OLE color: 7619532.

HSL color Cylindrical-coordinate representation of color #CC4374: hue angle of 338.54º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4374 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB20467116-
CMYK00.670.430.2
HSL338.54º57.32%53.14%-
HSV(B)338.54º67.16%80%-
XYZ30.0618.1118.43-
YUV113.55129.39192.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=52.71%
G=17.31%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046711600.670.430.2338.5457.3253.14
HexCC43740432B141533935
Octal314103164010353245237165
Binary11001100100001111101000100001110101110100101010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4374; }

 p { color: rgb(204,67,116); }

 H1.HeaderClassName
 {
   color: #CC4374;
 }
 .AnyTagClassName
 {
   color: #CC4374;
 }
</style>
background-color css

<style>
 a { background-color: #CC4374; }

 a { background-color: rgb(204,67,116); }

 div.DivClassName
 {
   background-color: #CC4374;
 }
 .BgClassName
 {
   background-color: #CC4374;
 }
</style>
border-color css

<style>
 span { border-color: #CC4374; }

 span { border-color: rgb(204,67,116); }

 td.TdClassName
 {
   border-color: #CC4374;
 }
 .TagClassName
 {
   border-color: #CC4374;
 }
</style>