Html Css Color HEX #CD5492 Mulberry

📋 copy color: '#CD5492'

red 205 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #CD5492

Tints of Mulberry #CD5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 47.13%
G = 19.31%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD5492 (or 0xCD5492) is known color: Mulberry. HEX triplet: CD, 54 and 92. RGB value is (205,84,146). Sum of RGB (Red+Green+Blue) = 205+84+146=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5492 is #32AB6D. Grayscale: #7F7F7F. Windows color (decimal): -3320686 or 9589965. OLE color: 9589965.

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

Color convert

RGB 205 84 146 -
CMYK 0 0.59 0.29 0.20
HSL 329.26º 0.55% 0.57% -
HSV(B) 329.26º 0.59% 0.8% -
XYZ 33.54 21.4 29.56 -
YUV 127.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 205 84 146 0 0.59 0.29 0.20 329.26 0.55 0.57
Hex CD 54 92 0 3B 1D 14 149 37 39
Octal 315 124 222 0 73 35 24 511 67 71
Binary 11001101 1010100 10010010 0 111011 11101 10100 101001001 110111 111001

Color Harmonies of #CD5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5492

Black with #CD5492

Text Example


Text Example

White with #CD5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5492; }

 p { color: rgb(205,84,146); }

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

background-color css

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

 a { background-color: rgb(205,84,146); }

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

border-color css

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

 span { border-color: rgb(205,84,146); }

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