#C76674

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

Shades of Cabaret #C76674

Tints of Cabaret #C76674

Color information

#C76674 (or 0xC76674) is unknown color: approx Cabaret. HEX triplet: C7, 66 and 74. RGB value is (199,102,116). Sum of RGB (Red+Green+Blue) = 199+102+116=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C76674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76674 is #38998B. Grayscale: #848484. Windows color (decimal): -3709324 or 7628487. OLE color: 7628487.

HSL color Cylindrical-coordinate representation of color #C76674: hue angle of 351.34º 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 #C76674 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199102116-
CMYK00.490.420.22
HSL351.34º46.41%59.02%-
HSV(B)351.34º48.74%78.04%-
XYZ31.4622.9119.29-
YUV132.6118.64175.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 116 (45.70% from 255) = 27.82%
R=47.72%
G=24.46%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910211600.490.420.22351.3446.4159.02
HexC766740312A1615f2e3b
Octal30714616406152265375673
Binary1100011111001101110100011000110101010110101011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76674; }

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

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

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

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

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

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

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

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