#ce7299

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

Shades of Hopbush #CE7299

Tints of Hopbush #CE7299

Color information

#CE7299 (or 0xCE7299) is unknown color: approx Hopbush. HEX triplet: CE, 72 and 99. RGB value is (206,114,153). Sum of RGB (Red+Green+Blue) = 206+114+153=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7299 is #318D66. Grayscale: #919191. Windows color (decimal): -3247463 or 10056398. OLE color: 10056398.

HSL color Cylindrical-coordinate representation of color #CE7299: hue angle of 334.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7299 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB206114153-
CMYK00.450.260.19
HSL334.57º48.42%62.75%-
HSV(B)334.57º44.66%80.78%-
XYZ37.2227.4633.47-
YUV145.95131.98170.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.55%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=43.55%
G=24.10%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611415300.450.260.19334.5748.4262.75
HexCE729902D1A1314f303f
Octal31616223105532235176077
Binary1100111011100101001100101011011101010011101001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7299; }

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

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

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

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

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

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

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

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