#CA6EAF

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

Shades of Hopbush #CA6EAF

Tints of Hopbush #CA6EAF

Color information

#CA6EAF (or 0xCA6EAF) is unknown color: approx Hopbush. HEX triplet: CA, 6E and AF. RGB value is (202,110,175). Sum of RGB (Red+Green+Blue) = 202+110+175=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6EAF is #359150. Grayscale: #909090. Windows color (decimal): -3510609 or 11497162. OLE color: 11497162.

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

Color convert

RGB202110175-
CMYK00.460.130.21
HSL317.61º46.46%61.18%-
HSV(B)317.61º45.54%79.22%-
XYZ37.6726.843.75-
YUV144.92144.98168.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=41.48%
G=22.59%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211017500.460.130.21317.6146.4661.18
HexCA6EAF02ED1513e2e3d
Octal31215625705615254765675
Binary110010101101110101011110101110110110101100111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6EAF; }

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

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

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

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

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

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

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

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