#CC6374

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

Shades of Cabaret #CC6374

Tints of Cabaret #CC6374

Color information

#CC6374 (or 0xCC6374) is unknown color: approx Cabaret. HEX triplet: CC, 63 and 74. RGB value is (204,99,116). Sum of RGB (Red+Green+Blue) = 204+99+116=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6374 is #339C8B. Grayscale: #848484. Windows color (decimal): -3382412 or 7627724. OLE color: 7627724.

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

Color convert

RGB20499116-
CMYK00.510.430.2
HSL350.29º50.72%59.41%-
HSV(B)350.29º51.47%80%-
XYZ32.5223.0219.25-
YUV132.33118.79179.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=48.69%
G=23.63%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049911600.510.430.2350.2950.7259.41
HexCC63740332B1415e333b
Octal31414316406353245366373
Binary1100110011000111110100011001110101110100101011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6374; }

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

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

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

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

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

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

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

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