#CD4295

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

Shades of Mulberry #CD4295

Tints of Mulberry #CD4295

Color information

#CD4295 (or 0xCD4295) is unknown color: approx Mulberry. HEX triplet: CD, 42 and 95. RGB value is (205,66,149). Sum of RGB (Red+Green+Blue) = 205+66+149=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4295 is #32BD6A. Grayscale: #747474. Windows color (decimal): -3325291 or 9781965. OLE color: 9781965.

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

Color convert

RGB20566149-
CMYK00.680.270.20
HSL324.17º58.16%53.14%-
HSV(B)324.17º67.8%80.39%-
XYZ32.5519.0530.39-
YUV117.02146.05190.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=48.81%
G=15.71%
B=35.48%

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
Decimal2056614900.680.270.20324.1758.1653.14
HexCD42950441B141443a35
Octal315102225010433245047265
Binary11001101100001010010101010001001101110100101000100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4295; }

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

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

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

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

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

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

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

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