#CF5AA4

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

Shades of Mulberry #CF5AA4

Tints of Mulberry #CF5AA4

Color information

#CF5AA4 (or 0xCF5AA4) is unknown color: approx Mulberry. HEX triplet: CF, 5A and A4. RGB value is (207,90,164). Sum of RGB (Red+Green+Blue) = 207+90+164=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AA4 is #30A55B. Grayscale: #858585. Windows color (decimal): -3188060 or 10771151. OLE color: 10771151.

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

Color convert

RGB20790164-
CMYK00.570.210.19
HSL322.05º54.93%58.24%-
HSV(B)322.05º56.52%81.18%-
XYZ36.0923.2637.71-
YUV133.42145.26180.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=44.90%
G=19.52%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079016400.570.210.19322.0554.9358.24
HexCF5AA40391513142373a
Octal31713224407125235026772
Binary1100111110110101010010001110011010110011101000010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5AA4; }

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

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

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

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

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

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

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

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