#CA5D8E

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

Shades of Hopbush #CA5D8E

Tints of Hopbush #CA5D8E

Color information

#CA5D8E (or 0xCA5D8E) is unknown color: approx Hopbush. HEX triplet: CA, 5D and 8E. RGB value is (202,93,142). Sum of RGB (Red+Green+Blue) = 202+93+142=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D8E is #35A271. Grayscale: #838383. Windows color (decimal): -3514994 or 9330122. OLE color: 9330122.

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

Color convert

RGB20293142-
CMYK00.540.300.21
HSL333.03º50.7%57.84%-
HSV(B)333.03º53.96%79.22%-
XYZ33.1522.3428.16-
YUV131.18134.11178.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=46.22%
G=21.28%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029314200.540.300.21333.0350.757.84
HexCA5D8E0361E1514d333a
Octal31213521606636255156372
Binary1100101010111011000111001101101111010101101001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D8E; }

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

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

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

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

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

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

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

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