#CE6E9A

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

Shades of Hopbush #CE6E9A

Tints of Hopbush #CE6E9A

Color information

#CE6E9A (or 0xCE6E9A) is unknown color: approx Hopbush. HEX triplet: CE, 6E and 9A. RGB value is (206,110,154). Sum of RGB (Red+Green+Blue) = 206+110+154=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6E9A is #319165. Grayscale: #8F8F8F. Windows color (decimal): -3248486 or 10120910. OLE color: 10120910.

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

Color convert

RGB206110154-
CMYK00.470.250.19
HSL332.5º49.48%61.96%-
HSV(B)332.5º46.6%80.78%-
XYZ36.8626.6133.76-
YUV143.72133.8172.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=43.83%
G=23.40%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611015400.470.250.19332.549.4861.96
HexCE6E9A02F191314c313e
Octal31615623205731235146176
Binary1100111011011101001101001011111100110011101001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6E9A; }

 p { color: rgb(206,110,154); }

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

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

 a { background-color: rgb(206,110,154); }

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

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

 span { border-color: rgb(206,110,154); }

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