#CA5175

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

Shades of Cabaret #CA5175

Tints of Cabaret #CA5175

Color information

#CA5175 (or 0xCA5175) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 75. RGB value is (202,81,117). Sum of RGB (Red+Green+Blue) = 202+81+117=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5175 is #35AE8A. Grayscale: #797979. Windows color (decimal): -3518091 or 7688650. OLE color: 7688650.

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

Color convert

RGB20281117-
CMYK00.600.420.21
HSL342.15º53.3%55.49%-
HSV(B)342.15º59.9%79.22%-
XYZ30.5119.7319.03-
YUV121.28125.59185.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=50.5%
G=20.25%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028111700.600.420.21342.1553.355.49
HexCA517503C2A151563537
Octal31212116507452255266567
Binary1100101010100011110101011110010101010101101010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5175; }

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

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

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

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

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

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

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

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