#C46970

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

Shades of Cabaret #C46970

Tints of Cabaret #C46970

Color information

#C46970 (or 0xC46970) is unknown color: approx Cabaret. HEX triplet: C4, 69 and 70. RGB value is (196,105,112). Sum of RGB (Red+Green+Blue) = 196+105+112=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C46970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46970 is #3B968F. Grayscale: #858585. Windows color (decimal): -3905168 or 7367108. OLE color: 7367108.

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

Color convert

RGB196105112-
CMYK00.460.430.23
HSL355.38º43.54%59.02%-
HSV(B)355.38º46.43%76.86%-
XYZ30.7423.0118.15-
YUV133.01116.15172.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=47.46%
G=25.42%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610511200.460.430.23355.3843.5459.02
HexC4697002E2B171632c3b
Octal30415116005653275435473
Binary1100010011010011110000010111010101110111101100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46970; }

 p { color: rgb(196,105,112); }

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

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

 a { background-color: rgb(196,105,112); }

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

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

 span { border-color: rgb(196,105,112); }

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