#CF468D

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

Shades of Mulberry #CF468D

Tints of Mulberry #CF468D

Color information

#CF468D (or 0xCF468D) is unknown color: approx Mulberry. HEX triplet: CF, 46 and 8D. RGB value is (207,70,141). Sum of RGB (Red+Green+Blue) = 207+70+141=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF468D is #30B972. Grayscale: #767676. Windows color (decimal): -3193203 or 9258703. OLE color: 9258703.

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

Color convert

RGB20770141-
CMYK00.660.320.19
HSL328.91º58.8%54.31%-
HSV(B)328.91º66.18%81.18%-
XYZ32.7319.5727.25-
YUV119.06140.39190.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.52%
GREEN value IS 70 (27.73% from 255) = 16.75%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=49.52%
G=16.75%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077014100.660.320.19328.9158.854.31
HexCF468D04220131493b36
Octal317106215010240235117366
Binary110011111000110100011010100001010000010011101001001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF468D; }

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

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

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

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

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

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

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

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