#CE6AA2

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

Shades of Hopbush #CE6AA2

Tints of Hopbush #CE6AA2

Color information

#CE6AA2 (or 0xCE6AA2) is unknown color: approx Hopbush. HEX triplet: CE, 6A and A2. RGB value is (206,106,162). Sum of RGB (Red+Green+Blue) = 206+106+162=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6AA2 is #31955D. Grayscale: #8E8E8E. Windows color (decimal): -3249502 or 10644174. OLE color: 10644174.

HSL color Cylindrical-coordinate representation of color #CE6AA2: hue angle of 326.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6AA2 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB206106162-
CMYK00.490.210.19
HSL326.4º50.51%61.18%-
HSV(B)326.4º48.54%80.78%-
XYZ37.1326.0437.25-
YUV142.28139.13173.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=43.46%
G=22.36%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610616200.490.210.19326.450.5161.18
HexCE6AA20311513146333d
Octal31615224206125235066375
Binary1100111011010101010001001100011010110011101000110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6AA2; }

 p { color: rgb(206,106,162); }

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

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

 a { background-color: rgb(206,106,162); }

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

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

 span { border-color: rgb(206,106,162); }

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