#CF4BA6

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

Shades of Mulberry #CF4BA6

Tints of Mulberry #CF4BA6

Color information

#CF4BA6 (or 0xCF4BA6) is unknown color: approx Mulberry. HEX triplet: CF, 4B and A6. RGB value is (207,75,166). Sum of RGB (Red+Green+Blue) = 207+75+166=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4BA6 is #30B459. Grayscale: #7C7C7C. Windows color (decimal): -3191898 or 10898383. OLE color: 10898383.

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

Color convert

RGB20775166-
CMYK00.640.200.19
HSL318.64º57.89%55.29%-
HSV(B)318.64º63.77%81.18%-
XYZ35.1321.0538.29-
YUV124.84151.23186.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=46.21%
G=16.74%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077516600.640.200.19318.6457.8955.29
HexCF4BA6040141313f3a37
Octal317113246010024234777267
Binary11001111100101110100110010000001010010011100111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4BA6; }

 p { color: rgb(207,75,166); }

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

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

 a { background-color: rgb(207,75,166); }

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

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

 span { border-color: rgb(207,75,166); }

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