#CA4A77

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

Shades of Cabaret #CA4A77

Tints of Cabaret #CA4A77

Color information

#CA4A77 (or 0xCA4A77) is unknown color: approx Cabaret. HEX triplet: CA, 4A and 77. RGB value is (202,74,119). Sum of RGB (Red+Green+Blue) = 202+74+119=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A77 is #35B588. Grayscale: #757575. Windows color (decimal): -3519881 or 7817930. OLE color: 7817930.

HSL color Cylindrical-coordinate representation of color #CA4A77: hue angle of 338.91º 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 #CA4A77 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20274119-
CMYK00.630.410.21
HSL338.91º54.7%54.12%-
HSV(B)338.91º63.37%79.22%-
XYZ30.1418.7919.49-
YUV117.4128.91188.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=51.14%
G=18.73%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027411900.630.410.21338.9154.754.12
HexCA4A7703F29151533736
Octal31211216707751255236766
Binary1100101010010101110111011111110100110101101010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A77; }

 p { color: rgb(202,74,119); }

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

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

 a { background-color: rgb(202,74,119); }

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

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

 span { border-color: rgb(202,74,119); }

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