#CE799F

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

Shades of Hopbush #CE799F

Tints of Hopbush #CE799F

Color information

#CE799F (or 0xCE799F) is unknown color: approx Hopbush. HEX triplet: CE, 79 and 9F. RGB value is (206,121,159). Sum of RGB (Red+Green+Blue) = 206+121+159=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE799F is #318660. Grayscale: #969696. Windows color (decimal): -3245665 or 10451406. OLE color: 10451406.

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

Color convert

RGB206121159-
CMYK00.410.230.19
HSL333.18º46.45%64.12%-
HSV(B)333.18º41.26%80.78%-
XYZ38.5529.336.42-
YUV150.75132.66167.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=42.39%
G=24.90%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612115900.410.230.19333.1846.4564.12
HexCE799F029171314d2e40
Octal316171237051272351556100
Binary11001110111100110011111010100110111100111010011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE799F; }

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

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

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

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

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

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

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

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