Html Css Color HEX #CD5A5E Mandy

📋 copy color: '#CD5A5E'

red 205 ◦ green 90 ◦ blue 94

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

Shades of Mandy #CD5A5E

Tints of Mandy #CD5A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 52.7%
G = 23.14%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD5A5E (or 0xCD5A5E) is known color: Mandy. HEX triplet: CD, 5A and 5E. RGB value is (205,90,94). Sum of RGB (Red+Green+Blue) = 205+90+94=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5A5E is #32A5A1. Grayscale: #7C7C7C. Windows color (decimal): -3319202 or 6183629. OLE color: 6183629.

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

Color convert

RGB 205 90 94 -
CMYK 0 0.56 0.54 0.20
HSL 357.91º 0.53% 0.58% -
HSV(B) 357.91º 0.56% 0.8% -
XYZ 30.85 21.1 13.04 -
YUV 124.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 205 90 94 0 0.56 0.54 0.20 357.91 0.53 0.58
Hex CD 5A 5E 0 38 36 14 166 35 3A
Octal 315 132 136 0 70 66 24 546 65 72
Binary 11001101 1011010 1011110 0 111000 110110 10100 101100110 110101 111010

Color Harmonies of #CD5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A5E

Black with #CD5A5E

Text Example


Text Example

White with #CD5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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