#CA5D92

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

Shades of Hopbush #CA5D92

Tints of Hopbush #CA5D92

Color information

#CA5D92 (or 0xCA5D92) is unknown color: approx Hopbush. HEX triplet: CA, 5D and 92. RGB value is (202,93,146). Sum of RGB (Red+Green+Blue) = 202+93+146=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D92 is #35A26D. Grayscale: #838383. Windows color (decimal): -3514990 or 9592266. OLE color: 9592266.

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

Color convert

RGB20293146-
CMYK00.540.280.21
HSL330.83º50.7%57.84%-
HSV(B)330.83º53.96%79.22%-
XYZ33.4622.4629.77-
YUV131.63136.11178.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=45.80%
G=21.09%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029314600.540.280.21330.8350.757.84
HexCA5D920361C1514b333a
Octal31213522206634255136372
Binary1100101010111011001001001101101110010101101001011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D92; }

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

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

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

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

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

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

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

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