#CD469C

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

Shades of Mulberry #CD469C

Tints of Mulberry #CD469C

Color information

#CD469C (or 0xCD469C) is unknown color: approx Mulberry. HEX triplet: CD, 46 and 9C. RGB value is (205,70,156). Sum of RGB (Red+Green+Blue) = 205+70+156=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD469C is #32B963. Grayscale: #777777. Windows color (decimal): -3324260 or 10241741. OLE color: 10241741.

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

Color convert

RGB20570156-
CMYK00.660.240.20
HSL321.78º57.45%53.92%-
HSV(B)321.78º65.85%80.39%-
XYZ33.3719.7633.51-
YUV120.17148.23188.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 70 (27.73% from 255) = 16.24%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=47.56%
G=16.24%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057015600.660.240.20321.7857.4553.92
HexCD469C04218141423936
Octal315106234010230245027166
Binary11001101100011010011100010000101100010100101000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD469C; }

 p { color: rgb(205,70,156); }

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

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

 a { background-color: rgb(205,70,156); }

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

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

 span { border-color: rgb(205,70,156); }

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