#CD4B95

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

Shades of Mulberry #CD4B95

Tints of Mulberry #CD4B95

Color information

#CD4B95 (or 0xCD4B95) is unknown color: approx Mulberry. HEX triplet: CD, 4B and 95. RGB value is (205,75,149). Sum of RGB (Red+Green+Blue) = 205+75+149=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4B95 is #32B46A. Grayscale: #7A7A7A. Windows color (decimal): -3322987 or 9784269. OLE color: 9784269.

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

Color convert

RGB20575149-
CMYK00.630.270.20
HSL325.85º56.52%54.9%-
HSV(B)325.85º63.41%80.39%-
XYZ33.1220.1830.58-
YUV122.31143.07186.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=47.79%
G=17.48%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057514900.630.270.20325.8556.5254.9
HexCD4B9503F1B141463937
Octal31511322507733245067167
Binary1100110110010111001010101111111101110100101000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B95; }

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

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

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

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

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

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

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

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