Html Css Color HEX #D05C5F Mandy

📋 copy color: '#D05C5F'

red 208 ◦ green 92 ◦ blue 95

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

Shades of Mandy #D05C5F

Tints of Mandy #D05C5F

RGB

 RED value IS 208 (81.64% from 255) = 52.66%

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 52.66%
G = 23.29%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D05C5F (or 0xD05C5F) is known color: Mandy. HEX triplet: D0, 5C and 5F. RGB value is (208,92,95). Sum of RGB (Red+Green+Blue) = 208+92+95=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C5F is #2FA3A0. Grayscale: #7F7F7F. Windows color (decimal): -3122081 or 6249680. OLE color: 6249680.

HSL color Cylindrical-coordinate representation of color #D05C5F: hue angle of 358.45º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05C5F is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 92 95 -
CMYK 0 0.56 0.54 0.18
HSL 358.45º 0.55% 0.59% -
HSV(B) 358.45º 0.56% 0.82% -
XYZ 31.91 21.89 13.37 -
YUV 127.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 208 92 95 0 0.56 0.54 0.18 358.45 0.55 0.59
Hex D0 5C 5F 0 38 36 12 166 37 3B
Octal 320 134 137 0 70 66 22 546 67 73
Binary 11010000 1011100 1011111 0 111000 110110 10010 101100110 110111 111011

Color Harmonies of #D05C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C5F

Black with #D05C5F

Text Example


Text Example

White with #D05C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C5F; }

 p { color: rgb(208,92,95); }

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

background-color css

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

 a { background-color: rgb(208,92,95); }

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

border-color css

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

 span { border-color: rgb(208,92,95); }

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