#CE7896

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

Shades of Hopbush #CE7896

Tints of Hopbush #CE7896

Color information

#CE7896 (or 0xCE7896) is unknown color: approx Hopbush. HEX triplet: CE, 78 and 96. RGB value is (206,120,150). Sum of RGB (Red+Green+Blue) = 206+120+150=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7896 is #318769. Grayscale: #959595. Windows color (decimal): -3245930 or 9861326. OLE color: 9861326.

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

Color convert

RGB206120150-
CMYK00.420.270.19
HSL339.07º46.74%63.92%-
HSV(B)339.07º41.75%80.78%-
XYZ37.6828.7632.42-
YUV149.13128.49168.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=43.28%
G=25.21%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612015000.420.270.19339.0746.7463.92
HexCE789602A1B131532f40
Octal316170226052332352357100
Binary11001110111100010010110010101011011100111010100111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7896; }

 p { color: rgb(206,120,150); }

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

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

 a { background-color: rgb(206,120,150); }

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

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

 span { border-color: rgb(206,120,150); }

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