#C76672

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

Shades of Cabaret #C76672

Tints of Cabaret #C76672

Color information

#C76672 (or 0xC76672) is unknown color: approx Cabaret. HEX triplet: C7, 66 and 72. RGB value is (199,102,114). Sum of RGB (Red+Green+Blue) = 199+102+114=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76672 is #38998D. Grayscale: #848484. Windows color (decimal): -3709326 or 7497415. OLE color: 7497415.

HSL color Cylindrical-coordinate representation of color #C76672: hue angle of 352.58º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76672 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199102114-
CMYK00.490.430.22
HSL352.58º46.41%59.02%-
HSV(B)352.58º48.74%78.04%-
XYZ31.3422.8618.68-
YUV132.37117.64175.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=47.95%
G=24.58%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910211400.490.430.22352.5846.4159.02
HexC766720312B161612e3b
Octal30714616206153265415673
Binary1100011111001101110010011000110101110110101100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76672; }

 p { color: rgb(199,102,114); }

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

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

 a { background-color: rgb(199,102,114); }

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

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

 span { border-color: rgb(199,102,114); }

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