#CD4B92

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

Shades of Mulberry #CD4B92

Tints of Mulberry #CD4B92

Color information

#CD4B92 (or 0xCD4B92) is unknown color: approx Mulberry. HEX triplet: CD, 4B and 92. RGB value is (205,75,146). Sum of RGB (Red+Green+Blue) = 205+75+146=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4B92 is #32B46D. Grayscale: #797979. Windows color (decimal): -3322990 or 9587661. OLE color: 9587661.

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

Color convert

RGB20575146-
CMYK00.630.290.20
HSL327.23º56.52%54.9%-
HSV(B)327.23º63.41%80.39%-
XYZ32.8820.0929.34-
YUV121.96141.57187.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=48.12%
G=17.61%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057514600.630.290.20327.2356.5254.9
HexCD4B9203F1D141473937
Octal31511322207735245077167
Binary1100110110010111001001001111111110110100101000111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B92; }

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

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

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

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

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

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

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

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