Html Css Color HEX #C8485D Mandy

📋 copy color: '#C8485D'

red 200 ◦ green 72 ◦ blue 93

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

Shades of Mandy #C8485D

Tints of Mandy #C8485D

RGB

 RED value IS 200 (78.52% from 255) = 54.79%

 GREEN value IS 72 (28.52% from 255) = 19.73%

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

R = 54.79%
G = 19.73%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8485D (or 0xC8485D) is known color: Mandy. HEX triplet: C8, 48 and 5D. RGB value is (200,72,93). Sum of RGB (Red+Green+Blue) = 200+72+93=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8485D is #37B7A2. Grayscale: #707070. Windows color (decimal): -3651491 or 6113480. OLE color: 6113480.

HSL color Cylindrical-coordinate representation of color #C8485D: hue angle of 350.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8485D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 93 -
CMYK 0 0.64 0.54 0.22
HSL 350.16º 0.54% 0.53% -
HSV(B) 350.16º 0.64% 0.78% -
XYZ 28.11 17.7 12.29 -
YUV 112.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 200 72 93 0 0.64 0.54 0.22 350.16 0.54 0.53
Hex C8 48 5D 0 40 36 16 15E 36 35
Octal 310 110 135 0 100 66 26 536 66 65
Binary 11001000 1001000 1011101 0 1000000 110110 10110 101011110 110110 110101

Color Harmonies of #C8485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8485D

Black with #C8485D

Text Example


Text Example

White with #C8485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8485D; }

 p { color: rgb(200,72,93); }

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

background-color css

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

 a { background-color: rgb(200,72,93); }

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

border-color css

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

 span { border-color: rgb(200,72,93); }

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