#CE6F9F

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

Shades of Hopbush #CE6F9F

Tints of Hopbush #CE6F9F

Color information

#CE6F9F (or 0xCE6F9F) is unknown color: approx Hopbush. HEX triplet: CE, 6F and 9F. RGB value is (206,111,159). Sum of RGB (Red+Green+Blue) = 206+111+159=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F9F is #319060. Grayscale: #909090. Windows color (decimal): -3248225 or 10448846. OLE color: 10448846.

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

Color convert

RGB206111159-
CMYK00.460.230.19
HSL329.68º49.22%62.16%-
HSV(B)329.68º46.12%80.78%-
XYZ37.426.9936.04-
YUV144.88135.97171.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=43.28%
G=23.32%
B=33.40%

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
Decimal20611115900.460.230.19329.6849.2262.16
HexCE6F9F02E171314a313e
Octal31615723705627235126176
Binary1100111011011111001111101011101011110011101001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6F9F; }

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

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

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

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

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

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

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

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