#CE7999

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

Shades of Hopbush #CE7999

Tints of Hopbush #CE7999

Color information

#CE7999 (or 0xCE7999) is unknown color: approx Hopbush. HEX triplet: CE, 79 and 99. RGB value is (206,121,153). Sum of RGB (Red+Green+Blue) = 206+121+153=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7999 is #318666. Grayscale: #969696. Windows color (decimal): -3245671 or 10058190. OLE color: 10058190.

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

Color convert

RGB206121153-
CMYK00.410.260.19
HSL337.41º46.45%64.12%-
HSV(B)337.41º41.26%80.78%-
XYZ38.0429.133.75-
YUV150.06129.66167.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=42.92%
G=25.21%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612115300.410.260.19337.4146.4564.12
HexCE79990291A131512e40
Octal316171231051322352156100
Binary11001110111100110011001010100111010100111010100011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7999; }

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

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

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

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

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

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

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

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