#C46672

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

Shades of Cabaret #C46672

Tints of Cabaret #C46672

Color information

#C46672 (or 0xC46672) is unknown color: approx Cabaret. HEX triplet: C4, 66 and 72. RGB value is (196,102,114). Sum of RGB (Red+Green+Blue) = 196+102+114=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46672 is #3B998D. Grayscale: #838383. Windows color (decimal): -3905934 or 7497412. OLE color: 7497412.

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

Color convert

RGB196102114-
CMYK00.480.420.23
HSL352.34º44.34%58.43%-
HSV(B)352.34º47.96%76.86%-
XYZ30.5522.4518.64-
YUV131.47118.14174.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=47.57%
G=24.76%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610211400.480.420.23352.3444.3458.43
HexC466720302A171602c3a
Octal30414616206052275405472
Binary1100010011001101110010011000010101010111101100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46672; }

 p { color: rgb(196,102,114); }

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

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

 a { background-color: rgb(196,102,114); }

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

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

 span { border-color: rgb(196,102,114); }

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