#c76671

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

Shades of Cabaret #C76671

Tints of Cabaret #C76671

Color information

#C76671 (or 0xC76671) is unknown color: approx Cabaret. HEX triplet: C7, 66 and 71. RGB value is (199,102,113). Sum of RGB (Red+Green+Blue) = 199+102+113=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76671 is #38998E. Grayscale: #848484. Windows color (decimal): -3709327 or 7431879. OLE color: 7431879.

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

Color convert

RGB199102113-
CMYK00.490.430.22
HSL353.2º46.41%59.02%-
HSV(B)353.2º48.74%78.04%-
XYZ31.2922.8418.38-
YUV132.26117.14175.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=48.07%
G=24.64%
B=27.29%

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
Decimal19910211300.490.430.22353.246.4159.02
HexC766710312B161612e3b
Octal30714616106153265415673
Binary1100011111001101110001011000110101110110101100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76671; }

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

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

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

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

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

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

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

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