#CE5D9C

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

Shades of Hopbush #CE5D9C

Tints of Hopbush #CE5D9C

Color information

#CE5D9C (or 0xCE5D9C) is unknown color: approx Hopbush. HEX triplet: CE, 5D and 9C. RGB value is (206,93,156). Sum of RGB (Red+Green+Blue) = 206+93+156=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D9C is #31A263. Grayscale: #858585. Windows color (decimal): -3252836 or 10247630. OLE color: 10247630.

HSL color Cylindrical-coordinate representation of color #CE5D9C: hue angle of 326.55º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D9C is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB20693156-
CMYK00.550.240.19
HSL326.55º53.55%58.63%-
HSV(B)326.55º54.85%80.78%-
XYZ35.3723.3534.1-
YUV133.97140.44179.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=45.27%
G=20.44%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069315600.550.240.19326.5553.5558.63
HexCE5D9C0371813147363b
Octal31613523406730235076673
Binary1100111010111011001110001101111100010011101000111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D9C; }

 p { color: rgb(206,93,156); }

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

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

 a { background-color: rgb(206,93,156); }

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

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

 span { border-color: rgb(206,93,156); }

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