#CE5C98

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

Shades of Hopbush #CE5C98

Tints of Hopbush #CE5C98

Color information

#CE5C98 (or 0xCE5C98) is unknown color: approx Hopbush. HEX triplet: CE, 5C and 98. RGB value is (206,92,152). Sum of RGB (Red+Green+Blue) = 206+92+152=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5C98 is #31A367. Grayscale: #848484. Windows color (decimal): -3253096 or 9985230. OLE color: 9985230.

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

Color convert

RGB20692152-
CMYK00.550.260.19
HSL328.42º53.77%58.43%-
HSV(B)328.42º55.34%80.78%-
XYZ34.9523.0432.31-
YUV132.93138.77180.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=45.78%
G=20.44%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069215200.550.260.19328.4253.7758.43
HexCE5C980371A13148363a
Octal31613423006732235106672
Binary1100111010111001001100001101111101010011101001000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C98; }

 p { color: rgb(206,92,152); }

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

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

 a { background-color: rgb(206,92,152); }

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

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

 span { border-color: rgb(206,92,152); }

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