#CE799B

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

Shades of Hopbush #CE799B

Tints of Hopbush #CE799B

Color information

#CE799B (or 0xCE799B) is unknown color: approx Hopbush. HEX triplet: CE, 79 and 9B. RGB value is (206,121,155). Sum of RGB (Red+Green+Blue) = 206+121+155=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE799B is #318664. Grayscale: #969696. Windows color (decimal): -3245669 or 10189262. OLE color: 10189262.

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

Color convert

RGB206121155-
CMYK00.410.250.19
HSL336º46.45%64.12%-
HSV(B)336º41.26%80.78%-
XYZ38.2129.1634.63-
YUV150.29130.66167.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=42.74%
G=25.10%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612115500.410.250.1933646.4564.12
HexCE799B02919131502e40
Octal316171233051312352056100
Binary11001110111100110011011010100111001100111010100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE799B; }

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

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

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

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

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

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

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

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