#ce6b9e

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

Shades of Hopbush #CE6B9E

Tints of Hopbush #CE6B9E

Color information

#CE6B9E (or 0xCE6B9E) is unknown color: approx Hopbush. HEX triplet: CE, 6B and 9E. RGB value is (206,107,158). Sum of RGB (Red+Green+Blue) = 206+107+158=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B9E is #319461. Grayscale: #8E8E8E. Windows color (decimal): -3249250 or 10382286. OLE color: 10382286.

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

Color convert

RGB206107158-
CMYK00.480.230.19
HSL329.09º50.25%61.37%-
HSV(B)329.09º48.06%80.78%-
XYZ36.8826.1135.44-
YUV142.42136.8173.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=43.74%
G=22.72%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610715800.480.230.19329.0950.2561.37
HexCE6B9E0301713149323d
Octal31615323606027235116275
Binary1100111011010111001111001100001011110011101001001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6b9e; }

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

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

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

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

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

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

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

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