#C4666A

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

Shades of Cabaret #C4666A

Tints of Cabaret #C4666A

Color information

#C4666A (or 0xC4666A) is unknown color: approx Cabaret. HEX triplet: C4, 66 and 6A. RGB value is (196,102,106). Sum of RGB (Red+Green+Blue) = 196+102+106=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4666A is #3B9995. Grayscale: #828282. Windows color (decimal): -3905942 or 6973124. OLE color: 6973124.

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

Color convert

RGB196102106-
CMYK00.480.460.23
HSL357.45º44.34%58.43%-
HSV(B)357.45º47.96%76.86%-
XYZ30.1222.2816.35-
YUV130.56114.14174.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=48.51%
G=25.25%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610210600.480.460.23357.4544.3458.43
HexC4666A0302E171652c3a
Octal30414615206056275455472
Binary1100010011001101101010011000010111010111101100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4666A; }

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

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

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

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

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

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

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

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