Html Css Color HEX #C8434A Mandy

📋 copy color: '#C8434A'

red 200 ◦ green 67 ◦ blue 74

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

Shades of Mandy #C8434A

Tints of Mandy #C8434A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 58.65%
G = 19.65%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8434A (or 0xC8434A) is known color: Mandy. HEX triplet: C8, 43 and 4A. RGB value is (200,67,74). Sum of RGB (Red+Green+Blue) = 200+67+74=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8434A is #37BCB5. Grayscale: #6B6B6B. Windows color (decimal): -3652790 or 4867016. OLE color: 4867016.

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

Color convert

RGB 200 67 74 -
CMYK 0 0.66 0.63 0.22
HSL 356.84º 0.55% 0.52% -
HSV(B) 356.84º 0.67% 0.78% -
XYZ 27.06 16.79 8.29 -
YUV 107.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 200 67 74 0 0.66 0.63 0.22 356.84 0.55 0.52
Hex C8 43 4A 0 42 3F 16 165 37 34
Octal 310 103 112 0 102 77 26 545 67 64
Binary 11001000 1000011 1001010 0 1000010 111111 10110 101100101 110111 110100

Color Harmonies of #C8434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8434A

Black with #C8434A

Text Example


Text Example

White with #C8434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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