#CD4BAA

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

Shades of Mulberry #CD4BAA

Tints of Mulberry #CD4BAA

Color information

#CD4BAA (or 0xCD4BAA) is unknown color: approx Mulberry. HEX triplet: CD, 4B and AA. RGB value is (205,75,170). Sum of RGB (Red+Green+Blue) = 205+75+170=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4BAA is #32B455. Grayscale: #7C7C7C. Windows color (decimal): -3322966 or 11160525. OLE color: 11160525.

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

Color convert

RGB20575170-
CMYK00.630.170.20
HSL316.15º56.52%54.9%-
HSV(B)316.15º63.41%80.39%-
XYZ34.9520.9140.22-
YUV124.7153.57185.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=45.56%
G=16.67%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057517000.630.170.20316.1556.5254.9
HexCD4BAA03F111413c3937
Octal31511325207721244747167
Binary1100110110010111010101001111111000110100100111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4BAA; }

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

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

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

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

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

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

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

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