#CA659E

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

Shades of Hopbush #CA659E

Tints of Hopbush #CA659E

Color information

#CA659E (or 0xCA659E) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 9E. RGB value is (202,101,158). Sum of RGB (Red+Green+Blue) = 202+101+158=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA659E is #359A61. Grayscale: #898989. Windows color (decimal): -3512930 or 10380746. OLE color: 10380746.

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

Color convert

RGB202101158-
CMYK00.500.220.21
HSL326.14º48.79%59.41%-
HSV(B)326.14º50%79.22%-
XYZ35.1824.3335.19-
YUV137.7139.46173.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=43.82%
G=21.91%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210115800.500.220.21326.1448.7959.41
HexCA659E0321615146313b
Octal31214523606226255066173
Binary1100101011001011001111001100101011010101101000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA659E; }

 p { color: rgb(202,101,158); }

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

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

 a { background-color: rgb(202,101,158); }

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

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

 span { border-color: rgb(202,101,158); }

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