#CA6586

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

Shades of Hopbush #CA6586

Tints of Hopbush #CA6586

Color information

#CA6586 (or 0xCA6586) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 86. RGB value is (202,101,134). Sum of RGB (Red+Green+Blue) = 202+101+134=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6586 is #359A79. Grayscale: #868686. Windows color (decimal): -3512954 or 8807882. OLE color: 8807882.

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

Color convert

RGB202101134-
CMYK00.500.340.21
HSL340.4º48.79%59.41%-
HSV(B)340.4º50%79.22%-
XYZ33.3123.5925.35-
YUV134.96127.46175.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=46.22%
G=23.11%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210113400.500.340.21340.448.7959.41
HexCA65860322215154313b
Octal31214520606242255246173
Binary11001010110010110000110011001010001010101101010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6586; }

 p { color: rgb(202,101,134); }

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

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

 a { background-color: rgb(202,101,134); }

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

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

 span { border-color: rgb(202,101,134); }

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