Html Css Color HEX #CD495D Mandy

📋 copy color: '#CD495D'

red 205 ◦ green 73 ◦ blue 93

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

Shades of Mandy #CD495D

Tints of Mandy #CD495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 55.26%
G = 19.68%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD495D (or 0xCD495D) is known color: Mandy. HEX triplet: CD, 49 and 5D. RGB value is (205,73,93). Sum of RGB (Red+Green+Blue) = 205+73+93=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD495D is #32B6A2. Grayscale: #727272. Windows color (decimal): -3323555 or 6113741. OLE color: 6113741.

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

Color convert

RGB 205 73 93 -
CMYK 0 0.64 0.55 0.20
HSL 350.91º 0.57% 0.55% -
HSV(B) 350.91º 0.64% 0.8% -
XYZ 29.54 18.53 12.38 -
YUV 114.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 205 73 93 0 0.64 0.55 0.20 350.91 0.57 0.55
Hex CD 49 5D 0 40 37 14 15F 39 37
Octal 315 111 135 0 100 67 24 537 71 67
Binary 11001101 1001001 1011101 0 1000000 110111 10100 101011111 111001 110111

Color Harmonies of #CD495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD495D

Black with #CD495D

Text Example


Text Example

White with #CD495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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