#CA5368

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

Shades of Cabaret #CA5368

Tints of Cabaret #CA5368

Color information

#CA5368 (or 0xCA5368) is unknown color: approx Cabaret. HEX triplet: CA, 53 and 68. RGB value is (202,83,104). Sum of RGB (Red+Green+Blue) = 202+83+104=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5368 is #35AC97. Grayscale: #797979. Windows color (decimal): -3517592 or 6837194. OLE color: 6837194.

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

Color convert

RGB20283104-
CMYK00.590.490.21
HSL349.41º52.89%55.88%-
HSV(B)349.41º58.91%79.22%-
XYZ29.9519.7415.33-
YUV120.98118.42185.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=51.93%
G=21.34%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028310400.590.490.21349.4152.8955.88
HexCA536803B311515d3538
Octal31212315007361255356570
Binary1100101010100111101000011101111000110101101011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5368; }

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

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

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

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

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

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

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

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