#CF5A9C

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

Shades of Mulberry #CF5A9C

Tints of Mulberry #CF5A9C

Color information

#CF5A9C (or 0xCF5A9C) is unknown color: approx Mulberry. HEX triplet: CF, 5A and 9C. RGB value is (207,90,156). Sum of RGB (Red+Green+Blue) = 207+90+156=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A9C is #30A563. Grayscale: #848484. Windows color (decimal): -3188068 or 10246863. OLE color: 10246863.

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

Color convert

RGB20790156-
CMYK00.570.250.19
HSL326.15º54.93%58.24%-
HSV(B)326.15º56.52%81.18%-
XYZ35.3922.9834.02-
YUV132.51141.26181.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=45.70%
G=19.87%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079015600.570.250.19326.1554.9358.24
HexCF5A9C0391913146373a
Octal31713223407131235066772
Binary1100111110110101001110001110011100110011101000110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5A9C; }

 p { color: rgb(207,90,156); }

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

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

 a { background-color: rgb(207,90,156); }

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

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

 span { border-color: rgb(207,90,156); }

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