#CA6087

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

Shades of Hopbush #CA6087

Tints of Hopbush #CA6087

Color information

#CA6087 (or 0xCA6087) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 87. RGB value is (202,96,135). Sum of RGB (Red+Green+Blue) = 202+96+135=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6087 is #359F78. Grayscale: #848484. Windows color (decimal): -3514233 or 8872138. OLE color: 8872138.

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

Color convert

RGB20296135-
CMYK00.520.330.21
HSL337.92º50%58.43%-
HSV(B)337.92º52.48%79.22%-
XYZ32.9122.6725.56-
YUV132.14129.62177.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=46.65%
G=22.17%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029613500.520.330.21337.925058.43
HexCA60870342115152323a
Octal31214020706441255226272
Binary11001010110000010000111011010010000110101101010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6087; }

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

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

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

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

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

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

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

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