#CD4296

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

Shades of Mulberry #CD4296

Tints of Mulberry #CD4296

Color information

#CD4296 (or 0xCD4296) is unknown color: approx Mulberry. HEX triplet: CD, 42 and 96. RGB value is (205,66,150). Sum of RGB (Red+Green+Blue) = 205+66+150=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4296 is #32BD69. Grayscale: #747474. Windows color (decimal): -3325290 or 9847501. OLE color: 9847501.

HSL color Cylindrical-coordinate representation of color #CD4296: hue angle of 323.74º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4296 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20566150-
CMYK00.680.270.20
HSL323.74º58.16%53.14%-
HSV(B)323.74º67.8%80.39%-
XYZ32.6319.0830.82-
YUV117.14146.55190.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=48.69%
G=15.68%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056615000.680.270.20323.7458.1653.14
HexCD42960441B141443a35
Octal315102226010433245047265
Binary11001101100001010010110010001001101110100101000100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4296; }

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

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

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

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

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

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

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

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