#CA6476

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

Shades of Cabaret #CA6476

Tints of Cabaret #CA6476

Color information

#CA6476 (or 0xCA6476) is unknown color: approx Cabaret. HEX triplet: CA, 64 and 76. RGB value is (202,100,118). Sum of RGB (Red+Green+Blue) = 202+100+118=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6476 is #359B89. Grayscale: #848484. Windows color (decimal): -3513226 or 7759050. OLE color: 7759050.

HSL color Cylindrical-coordinate representation of color #CA6476: hue angle of 349.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6476 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202100118-
CMYK00.500.420.21
HSL349.41º49.04%59.22%-
HSV(B)349.41º50.5%79.22%-
XYZ32.1822.9819.88-
YUV132.55119.79177.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=48.10%
G=23.81%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210011800.500.420.21349.4149.0459.22
HexCA64760322A1515d313b
Octal31214416606252255356173
Binary1100101011001001110110011001010101010101101011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6476; }

 p { color: rgb(202,100,118); }

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

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

 a { background-color: rgb(202,100,118); }

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

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

 span { border-color: rgb(202,100,118); }

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