#CF4296

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

Shades of Mulberry #CF4296

Tints of Mulberry #CF4296

Color information

#CF4296 (or 0xCF4296) is unknown color: approx Mulberry. HEX triplet: CF, 42 and 96. RGB value is (207,66,150). Sum of RGB (Red+Green+Blue) = 207+66+150=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4296 is #30BD69. Grayscale: #757575. Windows color (decimal): -3194218 or 9847503. OLE color: 9847503.

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

Color convert

RGB20766150-
CMYK00.680.280.19
HSL324.26º59.49%53.53%-
HSV(B)324.26º68.12%81.18%-
XYZ33.1919.3630.84-
YUV117.73146.21191.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=48.94%
G=15.60%
B=35.46%

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
Decimal2076615000.680.280.19324.2659.4953.53
HexCF42960441C131443b36
Octal317102226010434235047366
Binary11001111100001010010110010001001110010011101000100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4296; }

 p { color: rgb(207,66,150); }

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

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

 a { background-color: rgb(207,66,150); }

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

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

 span { border-color: rgb(207,66,150); }

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