#CE6A8B

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

Shades of Hopbush #CE6A8B

Tints of Hopbush #CE6A8B

Color information

#CE6A8B (or 0xCE6A8B) is unknown color: approx Hopbush. HEX triplet: CE, 6A and 8B. RGB value is (206,106,139). Sum of RGB (Red+Green+Blue) = 206+106+139=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A8B is #319574. Grayscale: #8B8B8B. Windows color (decimal): -3249525 or 9136846. OLE color: 9136846.

HSL color Cylindrical-coordinate representation of color #CE6A8B: hue angle of 340.2º 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 #CE6A8B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206106139-
CMYK00.490.330.19
HSL340.2º50.51%61.18%-
HSV(B)340.2º48.54%80.78%-
XYZ35.2725.2927.45-
YUV139.66127.63175.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=45.68%
G=23.50%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610613900.490.330.19340.250.5161.18
HexCE6A8B0312113154333d
Octal31615221306141235246375
Binary11001110110101010001011011000110000110011101010100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A8B; }

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

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

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

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

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

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

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

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