#CA6487

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

Shades of Hopbush #CA6487

Tints of Hopbush #CA6487

Color information

#CA6487 (or 0xCA6487) is unknown color: approx Hopbush. HEX triplet: CA, 64 and 87. RGB value is (202,100,135). Sum of RGB (Red+Green+Blue) = 202+100+135=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6487 is #359B78. Grayscale: #868686. Windows color (decimal): -3513209 or 8873162. OLE color: 8873162.

HSL color Cylindrical-coordinate representation of color #CA6487: hue angle of 339.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6487 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202100135-
CMYK00.500.330.21
HSL339.41º49.04%59.22%-
HSV(B)339.41º50.5%79.22%-
XYZ33.2923.4225.69-
YUV134.49128.29176.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=46.22%
G=22.88%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210013500.500.330.21339.4149.0459.22
HexCA64870322115153313b
Octal31214420706241255236173
Binary11001010110010010000111011001010000110101101010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6487; }

 p { color: rgb(202,100,135); }

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

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

 a { background-color: rgb(202,100,135); }

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

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

 span { border-color: rgb(202,100,135); }

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