Html Css Color HEX #C7434A Mandy

📋 copy color: '#C7434A'

red 199 ◦ green 67 ◦ blue 74

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

Shades of Mandy #C7434A

Tints of Mandy #C7434A

RGB

 RED value IS 199 (78.13% from 255) = 58.53%

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

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

R = 58.53%
G = 19.71%
B = 21.76%

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

#C7434A (or 0xC7434A) is known color: Mandy. HEX triplet: C7, 43 and 4A. RGB value is (199,67,74). Sum of RGB (Red+Green+Blue) = 199+67+74=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7434A is #38BCB5. Grayscale: #6B6B6B. Windows color (decimal): -3718326 or 4867015. OLE color: 4867015.

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

Color convert

RGB 199 67 74 -
CMYK 0 0.66 0.63 0.22
HSL 356.82º 0.54% 0.52% -
HSV(B) 356.82º 0.66% 0.78% -
XYZ 26.8 16.65 8.28 -
YUV 107.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 199 67 74 0 0.66 0.63 0.22 356.82 0.54 0.52
Hex C7 43 4A 0 42 3F 16 165 36 34
Octal 307 103 112 0 102 77 26 545 66 64
Binary 11000111 1000011 1001010 0 1000010 111111 10110 101100101 110110 110100

Color Harmonies of #C7434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7434A

Black with #C7434A

Text Example


Text Example

White with #C7434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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