#CE5F9C

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

Shades of Hopbush #CE5F9C

Tints of Hopbush #CE5F9C

Color information

#CE5F9C (or 0xCE5F9C) is unknown color: approx Hopbush. HEX triplet: CE, 5F and 9C. RGB value is (206,95,156). Sum of RGB (Red+Green+Blue) = 206+95+156=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5F9C is #31A063. Grayscale: #878787. Windows color (decimal): -3252324 or 10248142. OLE color: 10248142.

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

Color convert

RGB20695156-
CMYK00.540.240.19
HSL327.03º53.11%59.02%-
HSV(B)327.03º53.88%80.78%-
XYZ35.5523.7134.15-
YUV135.14139.77178.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=45.08%
G=20.79%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069515600.540.240.19327.0353.1159.02
HexCE5F9C0361813147353b
Octal31613723406630235076573
Binary1100111010111111001110001101101100010011101000111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5F9C; }

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

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

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

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

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

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

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

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