#CA5172

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

Shades of Cabaret #CA5172

Tints of Cabaret #CA5172

Color information

#CA5172 (or 0xCA5172) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 72. RGB value is (202,81,114). Sum of RGB (Red+Green+Blue) = 202+81+114=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5172 is #35AE8D. Grayscale: #787878. Windows color (decimal): -3518094 or 7492042. OLE color: 7492042.

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

Color convert

RGB20281114-
CMYK00.600.440.21
HSL343.64º53.3%55.49%-
HSV(B)343.64º59.9%79.22%-
XYZ30.3419.6618.11-
YUV120.94124.09185.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=50.88%
G=20.40%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028111400.600.440.21343.6453.355.49
HexCA517203C2C151583537
Octal31212116207454255306567
Binary1100101010100011110010011110010110010101101011000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5172; }

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

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

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

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

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

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

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

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