#CE6F8E

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

Shades of Hopbush #CE6F8E

Tints of Hopbush #CE6F8E

Color information

#CE6F8E (or 0xCE6F8E) is unknown color: approx Hopbush. HEX triplet: CE, 6F and 8E. RGB value is (206,111,142). Sum of RGB (Red+Green+Blue) = 206+111+142=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F8E is #319071. Grayscale: #8E8E8E. Windows color (decimal): -3248242 or 9334734. OLE color: 9334734.

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

Color convert

RGB206111142-
CMYK00.460.310.19
HSL340.42º49.22%62.16%-
HSV(B)340.42º46.12%80.78%-
XYZ36.0226.4428.8-
YUV142.94127.47172.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=44.88%
G=24.18%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611114200.460.310.19340.4249.2262.16
HexCE6F8E02E1F13154313e
Octal31615721605637235246176
Binary1100111011011111000111001011101111110011101010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6F8E; }

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

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

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

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

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

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

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

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