#CA6589

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

Shades of Hopbush #CA6589

Tints of Hopbush #CA6589

Color information

#CA6589 (or 0xCA6589) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 89. RGB value is (202,101,137). Sum of RGB (Red+Green+Blue) = 202+101+137=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6589 is #359A76. Grayscale: #878787. Windows color (decimal): -3512951 or 9004490. OLE color: 9004490.

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

Color convert

RGB202101137-
CMYK00.500.320.21
HSL338.61º48.79%59.41%-
HSV(B)338.61º50%79.22%-
XYZ33.5323.6726.47-
YUV135.3128.96175.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=45.91%
G=22.95%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210113700.500.320.21338.6148.7959.41
HexCA65890322015153313b
Octal31214521106240255236173
Binary11001010110010110001001011001010000010101101010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6589; }

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

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

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

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

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

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

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

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