#CA5165

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

Shades of Cabaret #CA5165

Tints of Cabaret #CA5165

Color information

#CA5165 (or 0xCA5165) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 65. RGB value is (202,81,101). Sum of RGB (Red+Green+Blue) = 202+81+101=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5165 is #35AE9A. Grayscale: #777777. Windows color (decimal): -3518107 or 6640074. OLE color: 6640074.

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

Color convert

RGB20281101-
CMYK00.600.500.21
HSL350.08º53.3%55.49%-
HSV(B)350.08º59.9%79.22%-
XYZ29.6519.3814.49-
YUV119.46117.59186.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=52.60%
G=21.09%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028110100.600.500.21350.0853.355.49
HexCA516503C321515e3537
Octal31212114507462255366567
Binary1100101010100011100101011110011001010101101011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5165; }

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

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

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

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

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

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

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

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