#CA5369

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

Shades of Cabaret #CA5369

Tints of Cabaret #CA5369

Color information

#CA5369 (or 0xCA5369) is unknown color: approx Cabaret. HEX triplet: CA, 53 and 69. RGB value is (202,83,105). Sum of RGB (Red+Green+Blue) = 202+83+105=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5369 is #35AC96. Grayscale: #797979. Windows color (decimal): -3517591 or 6902730. OLE color: 6902730.

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

Color convert

RGB20283105-
CMYK00.590.480.21
HSL348.91º52.89%55.88%-
HSV(B)348.91º58.91%79.22%-
XYZ3019.7615.6-
YUV121.09118.92185.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=51.79%
G=21.28%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028310500.590.480.21348.9152.8955.88
HexCA536903B301515d3538
Octal31212315107360255356570
Binary1100101010100111101001011101111000010101101011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5369; }

 p { color: rgb(202,83,105); }

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

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

 a { background-color: rgb(202,83,105); }

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

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

 span { border-color: rgb(202,83,105); }

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