#CE6BA9

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

Shades of Hopbush #CE6BA9

Tints of Hopbush #CE6BA9

Color information

#CE6BA9 (or 0xCE6BA9) is unknown color: approx Hopbush. HEX triplet: CE, 6B and A9. RGB value is (206,107,169). Sum of RGB (Red+Green+Blue) = 206+107+169=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6BA9 is #319456. Grayscale: #8F8F8F. Windows color (decimal): -3249239 or 11103182. OLE color: 11103182.

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

Color convert

RGB206107169-
CMYK00.480.180.19
HSL322.42º50.25%61.37%-
HSV(B)322.42º48.06%80.78%-
XYZ37.8726.540.66-
YUV143.67142.3172.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 107 (42.19% from 255) = 22.20%
BLUE value IS 169 (66.41% from 255) = 35.06%
R=42.74%
G=22.20%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610716900.480.180.19322.4250.2561.37
HexCE6BA90301213142323d
Octal31615325106022235026275
Binary1100111011010111010100101100001001010011101000010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BA9; }

 p { color: rgb(206,107,169); }

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

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

 a { background-color: rgb(206,107,169); }

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

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

 span { border-color: rgb(206,107,169); }

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