#CA6291

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

Shades of Hopbush #CA6291

Tints of Hopbush #CA6291

Color information

#CA6291 (or 0xCA6291) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 91. RGB value is (202,98,145). Sum of RGB (Red+Green+Blue) = 202+98+145=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6291 is #359D6E. Grayscale: #868686. Windows color (decimal): -3513711 or 9528010. OLE color: 9528010.

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

Color convert

RGB20298145-
CMYK00.510.280.21
HSL332.88º49.52%58.82%-
HSV(B)332.88º51.49%79.22%-
XYZ33.8423.3429.51-
YUV134.45133.96176.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=45.39%
G=22.02%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029814500.510.280.21332.8849.5258.82
HexCA62910331C1514d323b
Octal31214222106334255156273
Binary1100101011000101001000101100111110010101101001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6291; }

 p { color: rgb(202,98,145); }

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

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

 a { background-color: rgb(202,98,145); }

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

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

 span { border-color: rgb(202,98,145); }

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