#CE6A93

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

Shades of Hopbush #CE6A93

Tints of Hopbush #CE6A93

Color information

#CE6A93 (or 0xCE6A93) is unknown color: approx Hopbush. HEX triplet: CE, 6A and 93. RGB value is (206,106,147). Sum of RGB (Red+Green+Blue) = 206+106+147=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A93 is #31956C. Grayscale: #8C8C8C. Windows color (decimal): -3249517 or 9661134. OLE color: 9661134.

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

Color convert

RGB206106147-
CMYK00.490.290.19
HSL335.4º50.51%61.18%-
HSV(B)335.4º48.54%80.78%-
XYZ35.8725.5430.64-
YUV140.57131.63174.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=44.88%
G=23.09%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610614700.490.290.19335.450.5161.18
HexCE6A930311D1314f333d
Octal31615222306135235176375
Binary1100111011010101001001101100011110110011101001111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A93; }

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

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

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

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

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

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

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

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