Html Css Color HEX #C94748 Mandy

📋 copy color: '#C94748'

red 201 ◦ green 71 ◦ blue 72

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

Shades of Mandy #C94748

Tints of Mandy #C94748

RGB

 RED value IS 201 (78.91% from 255) = 58.43%

 GREEN value IS 71 (28.13% from 255) = 20.64%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 58.43%
G = 20.64%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C94748 (or 0xC94748) is known color: Mandy. HEX triplet: C9, 47 and 48. RGB value is (201,71,72). Sum of RGB (Red+Green+Blue) = 201+71+72=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C94748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94748 is #36B8B7. Grayscale: #6E6E6E. Windows color (decimal): -3586232 or 4736969. OLE color: 4736969.

HSL color Cylindrical-coordinate representation of color #C94748: hue angle of 359.54º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94748 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 72 -
CMYK 0 0.65 0.64 0.21
HSL 359.54º 0.55% 0.53% -
HSV(B) 359.54º 0.65% 0.79% -
XYZ 27.51 17.39 8.04 -
YUV 109.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 201 71 72 0 0.65 0.64 0.21 359.54 0.55 0.53
Hex C9 47 48 0 41 40 15 168 37 35
Octal 311 107 110 0 101 100 25 550 67 65
Binary 11001001 1000111 1001000 0 1000001 1000000 10101 101101000 110111 110101

Color Harmonies of #C94748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94748

Black with #C94748

Text Example


Text Example

White with #C94748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94748; }

 p { color: rgb(201,71,72); }

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

background-color css

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

 a { background-color: rgb(201,71,72); }

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

border-color css

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

 span { border-color: rgb(201,71,72); }

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