#CA6089

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

Shades of Hopbush #CA6089

Tints of Hopbush #CA6089

Color information

#CA6089 (or 0xCA6089) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 89. RGB value is (202,96,137). Sum of RGB (Red+Green+Blue) = 202+96+137=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6089 is #359F76. Grayscale: #848484. Windows color (decimal): -3514231 or 9003210. OLE color: 9003210.

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

Color convert

RGB20296137-
CMYK00.520.320.21
HSL336.79º50%58.43%-
HSV(B)336.79º52.48%79.22%-
XYZ33.0622.7326.31-
YUV132.37130.62177.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=46.44%
G=22.07%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029613700.520.320.21336.795058.43
HexCA60890342015151323a
Octal31214021106440255216272
Binary11001010110000010001001011010010000010101101010001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6089; }

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

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

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

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

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

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

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

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