#CA5F8F

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

Shades of Hopbush #CA5F8F

Tints of Hopbush #CA5F8F

Color information

#CA5F8F (or 0xCA5F8F) is unknown color: approx Hopbush. HEX triplet: CA, 5F and 8F. RGB value is (202,95,143). Sum of RGB (Red+Green+Blue) = 202+95+143=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5F8F is #35A070. Grayscale: #848484. Windows color (decimal): -3514481 or 9396170. OLE color: 9396170.

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

Color convert

RGB20295143-
CMYK00.530.290.21
HSL333.08º50.23%58.24%-
HSV(B)333.08º52.97%79.22%-
XYZ33.4122.7228.61-
YUV132.46133.95177.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=45.91%
G=21.59%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029514300.530.290.21333.0850.2358.24
HexCA5F8F0351D1514d323a
Octal31213721706535255156272
Binary1100101010111111000111101101011110110101101001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F8F; }

 p { color: rgb(202,95,143); }

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

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

 a { background-color: rgb(202,95,143); }

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

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

 span { border-color: rgb(202,95,143); }

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