Html Css Color HEX #CD495E Mandy

📋 copy color: '#CD495E'

red 205 ◦ green 73 ◦ blue 94

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

Shades of Mandy #CD495E

Tints of Mandy #CD495E

RGB

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

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

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

R = 55.11%
G = 19.62%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD495E (or 0xCD495E) is known color: Mandy. HEX triplet: CD, 49 and 5E. RGB value is (205,73,94). Sum of RGB (Red+Green+Blue) = 205+73+94=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD495E is #32B6A1. Grayscale: #727272. Windows color (decimal): -3323554 or 6179277. OLE color: 6179277.

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

Color convert

RGB 205 73 94 -
CMYK 0 0.64 0.54 0.20
HSL 350.45º 0.57% 0.55% -
HSV(B) 350.45º 0.64% 0.8% -
XYZ 29.58 18.55 12.61 -
YUV 114.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 205 73 94 0 0.64 0.54 0.20 350.45 0.57 0.55
Hex CD 49 5E 0 40 36 14 15E 39 37
Octal 315 111 136 0 100 66 24 536 71 67
Binary 11001101 1001001 1011110 0 1000000 110110 10100 101011110 111001 110111

Color Harmonies of #CD495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD495E

Black with #CD495E

Text Example


Text Example

White with #CD495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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