#CE6F9E

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

Shades of Hopbush #CE6F9E

Tints of Hopbush #CE6F9E

Color information

#CE6F9E (or 0xCE6F9E) is unknown color: approx Hopbush. HEX triplet: CE, 6F and 9E. RGB value is (206,111,158). Sum of RGB (Red+Green+Blue) = 206+111+158=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F9E is #319061. Grayscale: #909090. Windows color (decimal): -3248226 or 10383310. OLE color: 10383310.

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

Color convert

RGB206111158-
CMYK00.460.230.19
HSL330.32º49.22%62.16%-
HSV(B)330.32º46.12%80.78%-
XYZ37.3126.9635.58-
YUV144.76135.47171.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=43.37%
G=23.37%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611115800.460.230.19330.3249.2262.16
HexCE6F9E02E171314a313e
Octal31615723605627235126176
Binary1100111011011111001111001011101011110011101001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6F9E; }

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

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

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

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

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

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

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

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