#CA5D99

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

Shades of Hopbush #CA5D99

Tints of Hopbush #CA5D99

Color information

#CA5D99 (or 0xCA5D99) is unknown color: approx Hopbush. HEX triplet: CA, 5D and 99. RGB value is (202,93,153). Sum of RGB (Red+Green+Blue) = 202+93+153=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D99 is #35A266. Grayscale: #848484. Windows color (decimal): -3514983 or 10051018. OLE color: 10051018.

HSL color Cylindrical-coordinate representation of color #CA5D99: hue angle of 326.97º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5D99 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20293153-
CMYK00.540.240.21
HSL326.97º50.7%57.84%-
HSV(B)326.97º53.96%79.22%-
XYZ34.0222.6932.72-
YUV132.43139.61177.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=45.09%
G=20.76%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029315300.540.240.21326.9750.757.84
HexCA5D990361815147333a
Octal31213523106630255076372
Binary1100101010111011001100101101101100010101101000111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D99; }

 p { color: rgb(202,93,153); }

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

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

 a { background-color: rgb(202,93,153); }

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

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

 span { border-color: rgb(202,93,153); }

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