#CE7895

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

Shades of Hopbush #CE7895

Tints of Hopbush #CE7895

Color information

#CE7895 (or 0xCE7895) is unknown color: approx Hopbush. HEX triplet: CE, 78 and 95. RGB value is (206,120,149). Sum of RGB (Red+Green+Blue) = 206+120+149=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7895 is #31876A. Grayscale: #949494. Windows color (decimal): -3245931 or 9795790. OLE color: 9795790.

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

Color convert

RGB206120149-
CMYK00.420.280.19
HSL339.77º46.74%63.92%-
HSV(B)339.77º41.75%80.78%-
XYZ37.5928.7232-
YUV149.02127.99168.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=43.37%
G=25.26%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612014900.420.280.19339.7746.7463.92
HexCE789502A1C131542f40
Octal316170225052342352457100
Binary11001110111100010010101010101011100100111010101001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7895; }

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

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

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

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

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

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

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

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