#C96670

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

Shades of Cabaret #C96670

Tints of Cabaret #C96670

Color information

#C96670 (or 0xC96670) is unknown color: approx Cabaret. HEX triplet: C9, 66 and 70. RGB value is (201,102,112). Sum of RGB (Red+Green+Blue) = 201+102+112=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C96670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96670 is #36998F. Grayscale: #848484. Windows color (decimal): -3578256 or 7366345. OLE color: 7366345.

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

Color convert

RGB201102112-
CMYK00.490.440.21
HSL353.94º47.83%59.41%-
HSV(B)353.94º49.25%78.82%-
XYZ31.7623.0918.11-
YUV132.74116.3176.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=48.43%
G=24.58%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110211200.490.440.21353.9447.8359.41
HexC966700312C15162303b
Octal31114616006154255426073
Binary1100100111001101110000011000110110010101101100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96670; }

 p { color: rgb(201,102,112); }

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

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

 a { background-color: rgb(201,102,112); }

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

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

 span { border-color: rgb(201,102,112); }

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