Html Css Color HEX #CD5963 Mandy

📋 copy color: '#CD5963'

red 205 ◦ green 89 ◦ blue 99

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

Shades of Mandy #CD5963

Tints of Mandy #CD5963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.65%

 BLUE value IS 99 (39.06% from 255) = 25.19%

R = 52.16%
G = 22.65%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD5963 (or 0xCD5963) is known color: Mandy. HEX triplet: CD, 59 and 63. RGB value is (205,89,99). Sum of RGB (Red+Green+Blue) = 205+89+99=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5963 is #32A69C. Grayscale: #7C7C7C. Windows color (decimal): -3319453 or 6511053. OLE color: 6511053.

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

Color convert

RGB 205 89 99 -
CMYK 0 0.57 0.52 0.20
HSL 354.83º 0.54% 0.58% -
HSV(B) 354.83º 0.57% 0.8% -
XYZ 31 21.02 14.23 -
YUV 124.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 205 89 99 0 0.57 0.52 0.20 354.83 0.54 0.58
Hex CD 59 63 0 39 34 14 163 36 3A
Octal 315 131 143 0 71 64 24 543 66 72
Binary 11001101 1011001 1100011 0 111001 110100 10100 101100011 110110 111010

Color Harmonies of #CD5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5963

Black with #CD5963

Text Example


Text Example

White with #CD5963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5963; }

 p { color: rgb(205,89,99); }

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

background-color css

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

 a { background-color: rgb(205,89,99); }

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

border-color css

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

 span { border-color: rgb(205,89,99); }

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