#C96378

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

Shades of Cabaret #C96378

Tints of Cabaret #C96378

Color information

#C96378 (or 0xC96378) is unknown color: approx Cabaret. HEX triplet: C9, 63 and 78. RGB value is (201,99,120). Sum of RGB (Red+Green+Blue) = 201+99+120=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96378 is #369C87. Grayscale: #838383. Windows color (decimal): -3579016 or 7889865. OLE color: 7889865.

HSL color Cylindrical-coordinate representation of color #C96378: hue angle of 347.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96378 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20199120-
CMYK00.510.400.21
HSL347.65º48.57%58.82%-
HSV(B)347.65º50.75%78.82%-
XYZ31.9422.720.47-
YUV131.89121.29177.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=47.86%
G=23.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019912000.510.400.21347.6548.5758.82
HexC96378033281515c313b
Octal31114317006350255346173
Binary1100100111000111111000011001110100010101101011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96378; }

 p { color: rgb(201,99,120); }

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

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

 a { background-color: rgb(201,99,120); }

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

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

 span { border-color: rgb(201,99,120); }

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