#C6476A

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

Shades of Cabaret #C6476A

Tints of Cabaret #C6476A

Color information

#C6476A (or 0xC6476A) is unknown color: approx Cabaret. HEX triplet: C6, 47 and 6A. RGB value is (198,71,106). Sum of RGB (Red+Green+Blue) = 198+71+106=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6476A is #39B895. Grayscale: #707070. Windows color (decimal): -3782806 or 6965190. OLE color: 6965190.

HSL color Cylindrical-coordinate representation of color #C6476A: hue angle of 343.46º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6476A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19871106-
CMYK00.640.460.22
HSL343.46º52.7%52.75%-
HSV(B)343.46º64.14%77.65%-
XYZ28.1417.5515.54-
YUV112.96124.08188.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=52.8%
G=18.93%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987110600.640.460.22343.4652.752.75
HexC6476A0402E161573535
Octal306107152010056265276565
Binary11000110100011111010100100000010111010110101010111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6476A; }

 p { color: rgb(198,71,106); }

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

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

 a { background-color: rgb(198,71,106); }

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

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

 span { border-color: rgb(198,71,106); }

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