#CA6E90

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

Shades of Hopbush #CA6E90

Tints of Hopbush #CA6E90

Color information

#CA6E90 (or 0xCA6E90) is unknown color: approx Hopbush. HEX triplet: CA, 6E and 90. RGB value is (202,110,144). Sum of RGB (Red+Green+Blue) = 202+110+144=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E90 is #35916F. Grayscale: #8D8D8D. Windows color (decimal): -3510640 or 9465546. OLE color: 9465546.

HSL color Cylindrical-coordinate representation of color #CA6E90: hue angle of 337.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6E90 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202110144-
CMYK00.460.290.21
HSL337.83º46.46%61.18%-
HSV(B)337.83º45.54%79.22%-
XYZ34.9725.7229.51-
YUV141.38129.48171.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=44.30%
G=24.12%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211014400.460.290.21337.8346.4661.18
HexCA6E9002E1D151522e3d
Octal31215622005635255225675
Binary1100101011011101001000001011101110110101101010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6E90; }

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

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

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

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

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

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

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

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