#CA5174

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

Shades of Cabaret #CA5174

Tints of Cabaret #CA5174

Color information

#CA5174 (or 0xCA5174) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 74. RGB value is (202,81,116). Sum of RGB (Red+Green+Blue) = 202+81+116=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5174 is #35AE8B. Grayscale: #797979. Windows color (decimal): -3518092 or 7623114. OLE color: 7623114.

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

Color convert

RGB20281116-
CMYK00.600.430.21
HSL342.64º53.3%55.49%-
HSV(B)342.64º59.9%79.22%-
XYZ30.4519.718.72-
YUV121.17125.09185.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=50.63%
G=20.30%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028111600.600.430.21342.6453.355.49
HexCA517403C2B151573537
Octal31212116407453255276567
Binary1100101010100011110100011110010101110101101010111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5174; }

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

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

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

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

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

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

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

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