#CA4565

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

Shades of Cabaret #CA4565

Tints of Cabaret #CA4565

Color information

#CA4565 (or 0xCA4565) is unknown color: approx Cabaret. HEX triplet: CA, 45 and 65. RGB value is (202,69,101). Sum of RGB (Red+Green+Blue) = 202+69+101=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4565 is #35BA9A. Grayscale: #707070. Windows color (decimal): -3521179 or 6637002. OLE color: 6637002.

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

Color convert

RGB20269101-
CMYK00.660.500.21
HSL345.56º55.65%53.14%-
HSV(B)345.56º65.84%79.22%-
XYZ28.8317.7514.22-
YUV112.42121.56191.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=54.30%
G=18.55%
B=27.15%

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
Decimal2026910100.660.500.21345.5655.6553.14
HexCA4565042321515a3835
Octal312105145010262255327065
Binary11001010100010111001010100001011001010101101011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4565; }

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

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

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

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

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

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

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

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