#CD469B

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

Shades of Mulberry #CD469B

Tints of Mulberry #CD469B

Color information

#CD469B (or 0xCD469B) is unknown color: approx Mulberry. HEX triplet: CD, 46 and 9B. RGB value is (205,70,155). Sum of RGB (Red+Green+Blue) = 205+70+155=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD469B is #32B964. Grayscale: #777777. Windows color (decimal): -3324261 or 10176205. OLE color: 10176205.

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

Color convert

RGB20570155-
CMYK00.660.240.20
HSL322.22º57.45%53.92%-
HSV(B)322.22º65.85%80.39%-
XYZ33.2819.7333.06-
YUV120.06147.73188.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=47.67%
G=16.28%
B=36.05%

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
Decimal2057015500.660.240.20322.2257.4553.92
HexCD469B04218141423936
Octal315106233010230245027166
Binary11001101100011010011011010000101100010100101000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD469B; }

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

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

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

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

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

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

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

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