#CC6674

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

Shades of Cabaret #CC6674

Tints of Cabaret #CC6674

Color information

#CC6674 (or 0xCC6674) is unknown color: approx Cabaret. HEX triplet: CC, 66 and 74. RGB value is (204,102,116). Sum of RGB (Red+Green+Blue) = 204+102+116=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6674 is #33998B. Grayscale: #868686. Windows color (decimal): -3381644 or 7628492. OLE color: 7628492.

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

Color convert

RGB204102116-
CMYK00.50.430.2
HSL351.76º50%60%-
HSV(B)351.76º50%80%-
XYZ32.8123.619.35-
YUV134.09117.79177.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=48.34%
G=24.17%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410211600.50.430.2351.765060
HexCC66740322B14160323c
Octal31414616406253245406274
Binary1100110011001101110100011001010101110100101100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6674; }

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

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

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

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

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

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

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

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