Html Css Color HEX #C8455D Mandy

📋 copy color: '#C8455D'

red 200 ◦ green 69 ◦ blue 93

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

Shades of Mandy #C8455D

Tints of Mandy #C8455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.06%

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

R = 55.25%
G = 19.06%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8455D (or 0xC8455D) is known color: Mandy. HEX triplet: C8, 45 and 5D. RGB value is (200,69,93). Sum of RGB (Red+Green+Blue) = 200+69+93=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8455D is #37BAA2. Grayscale: #6E6E6E. Windows color (decimal): -3652259 or 6112712. OLE color: 6112712.

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

Color convert

RGB 200 69 93 -
CMYK 0 0.66 0.54 0.22
HSL 349.01º 0.54% 0.53% -
HSV(B) 349.01º 0.66% 0.78% -
XYZ 27.92 17.33 12.23 -
YUV 110.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 200 69 93 0 0.66 0.54 0.22 349.01 0.54 0.53
Hex C8 45 5D 0 42 36 16 15D 36 35
Octal 310 105 135 0 102 66 26 535 66 65
Binary 11001000 1000101 1011101 0 1000010 110110 10110 101011101 110110 110101

Color Harmonies of #C8455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8455D

Black with #C8455D

Text Example


Text Example

White with #C8455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8455D; }

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

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

background-color css

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

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

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

border-color css

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

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

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