#CA5D98

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

Shades of Hopbush #CA5D98

Tints of Hopbush #CA5D98

Color information

#CA5D98 (or 0xCA5D98) is unknown color: approx Hopbush. HEX triplet: CA, 5D and 98. RGB value is (202,93,152). Sum of RGB (Red+Green+Blue) = 202+93+152=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D98 is #35A267. Grayscale: #848484. Windows color (decimal): -3514984 or 9985482. OLE color: 9985482.

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

Color convert

RGB20293152-
CMYK00.540.250.21
HSL327.52º50.7%57.84%-
HSV(B)327.52º53.96%79.22%-
XYZ33.9422.6532.29-
YUV132.32139.11177.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=45.19%
G=20.81%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029315200.540.250.21327.5250.757.84
HexCA5D980361915148333a
Octal31213523006631255106372
Binary1100101010111011001100001101101100110101101001000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D98; }

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

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

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

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

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

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

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

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