Html Css Color HEX #C8434D Mandy

📋 copy color: '#C8434D'

red 200 ◦ green 67 ◦ blue 77

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

Shades of Mandy #C8434D

Tints of Mandy #C8434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 58.14%
G = 19.48%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8434D (or 0xC8434D) is known color: Mandy. HEX triplet: C8, 43 and 4D. RGB value is (200,67,77). Sum of RGB (Red+Green+Blue) = 200+67+77=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8434D is #37BCB2. Grayscale: #6C6C6C. Windows color (decimal): -3652787 or 5063624. OLE color: 5063624.

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

Color convert

RGB 200 67 77 -
CMYK 0 0.66 0.62 0.22
HSL 355.49º 0.55% 0.52% -
HSV(B) 355.49º 0.67% 0.78% -
XYZ 27.17 16.83 8.84 -
YUV 107.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 200 67 77 0 0.66 0.62 0.22 355.49 0.55 0.52
Hex C8 43 4D 0 42 3E 16 163 37 34
Octal 310 103 115 0 102 76 26 543 67 64
Binary 11001000 1000011 1001101 0 1000010 111110 10110 101100011 110111 110100

Color Harmonies of #C8434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8434D

Black with #C8434D

Text Example


Text Example

White with #C8434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8434D; }

 p { color: rgb(200,67,77); }

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

background-color css

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

 a { background-color: rgb(200,67,77); }

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

border-color css

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

 span { border-color: rgb(200,67,77); }

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