#C46A70

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

Shades of Cabaret #C46A70

Tints of Cabaret #C46A70

Color information

#C46A70 (or 0xC46A70) is unknown color: approx Cabaret. HEX triplet: C4, 6A and 70. RGB value is (196,106,112). Sum of RGB (Red+Green+Blue) = 196+106+112=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A70 is #3B958F. Grayscale: #858585. Windows color (decimal): -3904912 or 7367364. OLE color: 7367364.

HSL color Cylindrical-coordinate representation of color #C46A70: hue angle of 356º degrees, saturation: 0.43, 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 #C46A70 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB196106112-
CMYK00.460.430.23
HSL356º43.27%59.22%-
HSV(B)356º45.92%76.86%-
XYZ30.8423.2118.18-
YUV133.59115.82172.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=47.34%
G=25.60%
B=27.05%

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
Decimal19610611200.460.430.2335643.2759.22
HexC46A7002E2B171642b3b
Octal30415216005653275445373
Binary1100010011010101110000010111010101110111101100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A70; }

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

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

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

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

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

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

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

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