Html Css Color HEX #C94548 Mandy

📋 copy color: '#C94548'

red 201 ◦ green 69 ◦ blue 72

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

Shades of Mandy #C94548

Tints of Mandy #C94548

RGB

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

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

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

R = 58.77%
G = 20.18%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C94548 (or 0xC94548) is known color: Mandy. HEX triplet: C9, 45 and 48. RGB value is (201,69,72). Sum of RGB (Red+Green+Blue) = 201+69+72=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94548 is #36BAB7. Grayscale: #6C6C6C. Windows color (decimal): -3586744 or 4736457. OLE color: 4736457.

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

Color convert

RGB 201 69 72 -
CMYK 0 0.66 0.64 0.21
HSL 358.64º 0.55% 0.53% -
HSV(B) 358.64º 0.66% 0.79% -
XYZ 27.39 17.14 8 -
YUV 108.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 201 69 72 0 0.66 0.64 0.21 358.64 0.55 0.53
Hex C9 45 48 0 42 40 15 167 37 35
Octal 311 105 110 0 102 100 25 547 67 65
Binary 11001001 1000101 1001000 0 1000010 1000000 10101 101100111 110111 110101

Color Harmonies of #C94548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94548

Black with #C94548

Text Example


Text Example

White with #C94548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94548; }

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

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

background-color css

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

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

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

border-color css

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

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

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