Html Css Color HEX #CD4997 Mulberry

📋 copy color: '#CD4997'

red 205 ◦ green 73 ◦ blue 151

#CD4997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CD4997

Tints of Mulberry #CD4997

RGB

 RED value IS 205 (80.47% from 255) = 47.79%

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 47.79%
G = 17.02%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD4997 (or 0xCD4997) is known color: Mulberry. HEX triplet: CD, 49 and 97. RGB value is (205,73,151). Sum of RGB (Red+Green+Blue) = 205+73+151=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4997 is #32B668. Grayscale: #797979. Windows color (decimal): -3323497 or 9914829. OLE color: 9914829.

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

Color convert

RGB 205 73 151 -
CMYK 0 0.64 0.26 0.20
HSL 324.55º 0.57% 0.55% -
HSV(B) 324.55º 0.64% 0.8% -
XYZ 33.15 19.98 31.39 -
YUV 121.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 205 73 151 0 0.64 0.26 0.20 324.55 0.57 0.55
Hex CD 49 97 0 40 1A 14 145 39 37
Octal 315 111 227 0 100 32 24 505 71 67
Binary 11001101 1001001 10010111 0 1000000 11010 10100 101000101 111001 110111

Color Harmonies of #CD4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4997

Black with #CD4997

Text Example


Text Example

White with #CD4997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4997; }

 p { color: rgb(205,73,151); }

 H1.HeaderClassName
 {
   color: #CD4997;
 }
 .AnyTagClassName
 {
   color: #CD4997;
 }
</style>

background-color css

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

 a { background-color: rgb(205,73,151); }

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

border-color css

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

 span { border-color: rgb(205,73,151); }

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