#CF4684

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

Shades of Mulberry #CF4684

Tints of Mulberry #CF4684

Color information

#CF4684 (or 0xCF4684) is unknown color: approx Mulberry. HEX triplet: CF, 46 and 84. RGB value is (207,70,132). Sum of RGB (Red+Green+Blue) = 207+70+132=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4684 is #30B97B. Grayscale: #757575. Windows color (decimal): -3193212 or 8668879. OLE color: 8668879.

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

Color convert

RGB20770132-
CMYK00.660.360.19
HSL332.85º58.8%54.31%-
HSV(B)332.85º66.18%81.18%-
XYZ32.0919.3123.87-
YUV118.03135.89191.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.61%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=50.61%
G=17.11%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077013200.660.360.19332.8558.854.31
HexCF4684042241314d3b36
Octal317106204010244235157366
Binary110011111000110100001000100001010010010011101001101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4684; }

 p { color: rgb(207,70,132); }

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

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

 a { background-color: rgb(207,70,132); }

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

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

 span { border-color: rgb(207,70,132); }

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