#CA4B74

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

Shades of Cabaret #CA4B74

Tints of Cabaret #CA4B74

Color information

#CA4B74 (or 0xCA4B74) is unknown color: approx Cabaret. HEX triplet: CA, 4B and 74. RGB value is (202,75,116). Sum of RGB (Red+Green+Blue) = 202+75+116=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B74 is #35B48B. Grayscale: #757575. Windows color (decimal): -3519628 or 7621578. OLE color: 7621578.

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

Color convert

RGB20275116-
CMYK00.630.430.21
HSL340.63º54.51%54.31%-
HSV(B)340.63º62.87%79.22%-
XYZ30.0318.8518.58-
YUV117.65127.08188.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=51.40%
G=19.08%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027511600.630.430.21340.6354.5154.31
HexCA4B7403F2B151553736
Octal31211316407753255256766
Binary1100101010010111110100011111110101110101101010101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B74; }

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

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

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

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

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

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

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

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