#CA5F92

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

Shades of Hopbush #CA5F92

Tints of Hopbush #CA5F92

Color information

#CA5F92 (or 0xCA5F92) is unknown color: approx Hopbush. HEX triplet: CA, 5F and 92. RGB value is (202,95,146). Sum of RGB (Red+Green+Blue) = 202+95+146=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5F92 is #35A06D. Grayscale: #848484. Windows color (decimal): -3514478 or 9592778. OLE color: 9592778.

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

Color convert

RGB20295146-
CMYK00.530.280.21
HSL331.4º50.23%58.24%-
HSV(B)331.4º52.97%79.22%-
XYZ33.6422.8229.83-
YUV132.81135.45177.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=45.60%
G=21.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029514600.530.280.21331.450.2358.24
HexCA5F920351C1514b323a
Octal31213722206534255136272
Binary1100101010111111001001001101011110010101101001011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F92; }

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

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

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

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

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

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

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

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