#CF4395

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

Shades of Mulberry #CF4395

Tints of Mulberry #CF4395

Color information

#CF4395 (or 0xCF4395) is unknown color: approx Mulberry. HEX triplet: CF, 43 and 95. RGB value is (207,67,149). Sum of RGB (Red+Green+Blue) = 207+67+149=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4395 is #30BC6A. Grayscale: #767676. Windows color (decimal): -3193963 or 9782223. OLE color: 9782223.

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

Color convert

RGB20767149-
CMYK00.680.280.19
HSL324.86º59.32%53.73%-
HSV(B)324.86º67.63%81.18%-
XYZ33.1619.4530.44-
YUV118.21145.38191.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 67 (26.56% from 255) = 15.84%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=48.94%
G=15.84%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076714900.680.280.19324.8659.3253.73
HexCF43950441C131453b36
Octal317103225010434235057366
Binary11001111100001110010101010001001110010011101000101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4395; }

 p { color: rgb(207,67,149); }

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

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

 a { background-color: rgb(207,67,149); }

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

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

 span { border-color: rgb(207,67,149); }

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