#CA4566

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

Shades of Cabaret #CA4566

Tints of Cabaret #CA4566

Color information

#CA4566 (or 0xCA4566) is unknown color: approx Cabaret. HEX triplet: CA, 45 and 66. RGB value is (202,69,102). Sum of RGB (Red+Green+Blue) = 202+69+102=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4566 is #35BA99. Grayscale: #707070. Windows color (decimal): -3521178 or 6702538. OLE color: 6702538.

HSL color Cylindrical-coordinate representation of color #CA4566: hue angle of 345.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4566 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20269102-
CMYK00.660.500.21
HSL345.11º55.65%53.14%-
HSV(B)345.11º65.84%79.22%-
XYZ28.8817.7714.48-
YUV112.53122.06191.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=54.16%
G=18.50%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026910200.660.500.21345.1155.6553.14
HexCA456604232151593835
Octal312105146010262255317065
Binary11001010100010111001100100001011001010101101011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4566; }

 p { color: rgb(202,69,102); }

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

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

 a { background-color: rgb(202,69,102); }

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

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

 span { border-color: rgb(202,69,102); }

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