Html Css Color HEX #CD485E Mandy

📋 copy color: '#CD485E'

red 205 ◦ green 72 ◦ blue 94

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

Shades of Mandy #CD485E

Tints of Mandy #CD485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 55.26%
G = 19.41%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD485E (or 0xCD485E) is known color: Mandy. HEX triplet: CD, 48 and 5E. RGB value is (205,72,94). Sum of RGB (Red+Green+Blue) = 205+72+94=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD485E is #32B7A1. Grayscale: #727272. Windows color (decimal): -3323810 or 6179021. OLE color: 6179021.

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

Color convert

RGB 205 72 94 -
CMYK 0 0.65 0.54 0.20
HSL 350.08º 0.57% 0.54% -
HSV(B) 350.08º 0.65% 0.8% -
XYZ 29.51 18.42 12.59 -
YUV 114.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 205 72 94 0 0.65 0.54 0.20 350.08 0.57 0.54
Hex CD 48 5E 0 41 36 14 15E 39 36
Octal 315 110 136 0 101 66 24 536 71 66
Binary 11001101 1001000 1011110 0 1000001 110110 10100 101011110 111001 110110

Color Harmonies of #CD485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD485E

Black with #CD485E

Text Example


Text Example

White with #CD485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD485E; }

 p { color: rgb(205,72,94); }

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

background-color css

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

 a { background-color: rgb(205,72,94); }

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

border-color css

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

 span { border-color: rgb(205,72,94); }

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