#CA6290

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

Shades of Hopbush #CA6290

Tints of Hopbush #CA6290

Color information

#CA6290 (or 0xCA6290) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 90. RGB value is (202,98,144). Sum of RGB (Red+Green+Blue) = 202+98+144=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6290 is #359D6F. Grayscale: #868686. Windows color (decimal): -3513712 or 9462474. OLE color: 9462474.

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

Color convert

RGB20298144-
CMYK00.510.290.21
HSL333.46º49.52%58.82%-
HSV(B)333.46º51.49%79.22%-
XYZ33.7623.3129.1-
YUV134.34133.46176.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=45.50%
G=22.07%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029814400.510.290.21333.4649.5258.82
HexCA62900331D1514d323b
Octal31214222006335255156273
Binary1100101011000101001000001100111110110101101001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6290; }

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

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

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

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

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

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

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

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