#CC6373

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

Shades of Cabaret #CC6373

Tints of Cabaret #CC6373

Color information

#CC6373 (or 0xCC6373) is unknown color: approx Cabaret. HEX triplet: CC, 63 and 73. RGB value is (204,99,115). Sum of RGB (Red+Green+Blue) = 204+99+115=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6373 is #339C8C. Grayscale: #848484. Windows color (decimal): -3382413 or 7562188. OLE color: 7562188.

HSL color Cylindrical-coordinate representation of color #CC6373: hue angle of 350.86º 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 #CC6373 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB20499115-
CMYK00.510.440.2
HSL350.86º50.72%59.41%-
HSV(B)350.86º51.47%80%-
XYZ32.462318.95-
YUV132.22118.29179.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=48.80%
G=23.68%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049911500.510.440.2350.8650.7259.41
HexCC63730332C1415f333b
Octal31414316306354245376373
Binary1100110011000111110011011001110110010100101011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6373; }

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

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

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

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

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

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

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

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