Html Css Color HEX #C8455F Mandy

📋 copy color: '#C8455F'

red 200 ◦ green 69 ◦ blue 95

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

Shades of Mandy #C8455F

Tints of Mandy #C8455F

RGB

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

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

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

R = 54.95%
G = 18.96%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8455F (or 0xC8455F) is known color: Mandy. HEX triplet: C8, 45 and 5F. RGB value is (200,69,95). Sum of RGB (Red+Green+Blue) = 200+69+95=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8455F is #37BAA0. Grayscale: #6F6F6F. Windows color (decimal): -3652257 or 6243784. OLE color: 6243784.

HSL color Cylindrical-coordinate representation of color #C8455F: hue angle of 348.09º 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 #C8455F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 95 -
CMYK 0 0.66 0.52 0.22
HSL 348.09º 0.54% 0.53% -
HSV(B) 348.09º 0.66% 0.78% -
XYZ 28.01 17.36 12.7 -
YUV 111.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 200 69 95 0 0.66 0.52 0.22 348.09 0.54 0.53
Hex C8 45 5F 0 42 34 16 15C 36 35
Octal 310 105 137 0 102 64 26 534 66 65
Binary 11001000 1000101 1011111 0 1000010 110100 10110 101011100 110110 110101

Color Harmonies of #C8455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8455F

Black with #C8455F

Text Example


Text Example

White with #C8455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8455F; }

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

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

background-color css

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

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

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

border-color css

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

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

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