#CA6E99

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

Shades of Hopbush #CA6E99

Tints of Hopbush #CA6E99

Color information

#CA6E99 (or 0xCA6E99) is unknown color: approx Hopbush. HEX triplet: CA, 6E and 99. RGB value is (202,110,153). Sum of RGB (Red+Green+Blue) = 202+110+153=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E99 is #359166. Grayscale: #8E8E8E. Windows color (decimal): -3510631 or 10055370. OLE color: 10055370.

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

Color convert

RGB202110153-
CMYK00.460.240.21
HSL331.96º46.46%61.18%-
HSV(B)331.96º45.54%79.22%-
XYZ35.6826.0133.28-
YUV142.41133.98170.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=43.44%
G=23.66%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211015300.460.240.21331.9646.4661.18
HexCA6E9902E181514c2e3d
Octal31215623105630255145675
Binary1100101011011101001100101011101100010101101001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6E99; }

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

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

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

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

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

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

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

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