#CA5765

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

Shades of Cabaret #CA5765

Tints of Cabaret #CA5765

Color information

#CA5765 (or 0xCA5765) is unknown color: approx Cabaret. HEX triplet: CA, 57 and 65. RGB value is (202,87,101). Sum of RGB (Red+Green+Blue) = 202+87+101=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5765 is #35A89A. Grayscale: #7B7B7B. Windows color (decimal): -3516571 or 6641610. OLE color: 6641610.

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

Color convert

RGB20287101-
CMYK00.570.500.21
HSL352.7º52.04%56.67%-
HSV(B)352.7º56.93%79.22%-
XYZ30.1120.3114.65-
YUV122.98115.6184.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=51.79%
G=22.31%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028710100.570.500.21352.752.0456.67
HexCA576503932151613439
Octal31212714507162255416471
Binary1100101010101111100101011100111001010101101100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5765; }

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

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

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

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

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

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

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

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