#CA4B76

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

Shades of Cabaret #CA4B76

Tints of Cabaret #CA4B76

Color information

#CA4B76 (or 0xCA4B76) is unknown color: approx Cabaret. HEX triplet: CA, 4B and 76. RGB value is (202,75,118). Sum of RGB (Red+Green+Blue) = 202+75+118=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B76 is #35B489. Grayscale: #757575. Windows color (decimal): -3519626 or 7752650. OLE color: 7752650.

HSL color Cylindrical-coordinate representation of color #CA4B76: hue angle of 339.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B76 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20275118-
CMYK00.630.420.21
HSL339.69º54.51%54.31%-
HSV(B)339.69º62.87%79.22%-
XYZ30.1418.919.2-
YUV117.88128.08188-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=51.14%
G=18.99%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027511800.630.420.21339.6954.5154.31
HexCA4B7603F2A151543736
Octal31211316607752255246766
Binary1100101010010111110110011111110101010101101010100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B76; }

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

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

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

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

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

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

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

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