#c46470

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

Shades of Cabaret #C46470

Tints of Cabaret #C46470

Color information

#C46470 (or 0xC46470) is unknown color: approx Cabaret. HEX triplet: C4, 64 and 70. RGB value is (196,100,112). Sum of RGB (Red+Green+Blue) = 196+100+112=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C46470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46470 is #3B9B8F. Grayscale: #828282. Windows color (decimal): -3906448 or 7365828. OLE color: 7365828.

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

Color convert

RGB196100112-
CMYK00.490.430.23
HSL352.5º44.86%58.04%-
HSV(B)352.5º48.98%76.86%-
XYZ30.2522.0217.99-
YUV130.07117.8175.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=48.04%
G=24.51%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610011200.490.430.23352.544.8658.04
HexC464700312B171602d3a
Octal30414416006153275405572
Binary1100010011001001110000011000110101110111101100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46470; }

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

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

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

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

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

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

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

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