#CD4492

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

Shades of Mulberry #CD4492

Tints of Mulberry #CD4492

Color information

#CD4492 (or 0xCD4492) is unknown color: approx Mulberry. HEX triplet: CD, 44 and 92. RGB value is (205,68,146). Sum of RGB (Red+Green+Blue) = 205+68+146=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4492 is #32BB6D. Grayscale: #757575. Windows color (decimal): -3324782 or 9585869. OLE color: 9585869.

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

Color convert

RGB20568146-
CMYK00.670.290.20
HSL325.84º57.81%53.53%-
HSV(B)325.84º66.83%80.39%-
XYZ32.4319.1929.19-
YUV117.85143.89190.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=48.93%
G=16.23%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056814600.670.290.20325.8457.8153.53
HexCD44920431D141463a36
Octal315104222010335245067266
Binary11001101100010010010010010000111110110100101000110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4492; }

 p { color: rgb(205,68,146); }

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

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

 a { background-color: rgb(205,68,146); }

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

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

 span { border-color: rgb(205,68,146); }

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