#CD4695

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

Shades of Mulberry #CD4695

Tints of Mulberry #CD4695

Color information

#CD4695 (or 0xCD4695) is unknown color: approx Mulberry. HEX triplet: CD, 46 and 95. RGB value is (205,70,149). Sum of RGB (Red+Green+Blue) = 205+70+149=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4695 is #32B96A. Grayscale: #777777. Windows color (decimal): -3324267 or 9782989. OLE color: 9782989.

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

Color convert

RGB20570149-
CMYK00.660.270.20
HSL324.89º57.45%53.92%-
HSV(B)324.89º65.85%80.39%-
XYZ32.7919.5330.48-
YUV119.37144.73189.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=48.35%
G=16.51%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057014900.660.270.20324.8957.4553.92
HexCD46950421B141453936
Octal315106225010233245057166
Binary11001101100011010010101010000101101110100101000101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4695; }

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

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

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

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

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

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

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

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