Html Css Color HEX #C94549 Mandy

📋 copy color: '#C94549'

red 201 ◦ green 69 ◦ blue 73

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

Shades of Mandy #C94549

Tints of Mandy #C94549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 58.6%
G = 20.12%
B = 21.28%

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

#C94549 (or 0xC94549) is known color: Mandy. HEX triplet: C9, 45 and 49. RGB value is (201,69,73). Sum of RGB (Red+Green+Blue) = 201+69+73=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94549 is #36BAB6. Grayscale: #6D6D6D. Windows color (decimal): -3586743 or 4801993. OLE color: 4801993.

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

Color convert

RGB 201 69 73 -
CMYK 0 0.66 0.64 0.21
HSL 358.18º 0.55% 0.53% -
HSV(B) 358.18º 0.66% 0.79% -
XYZ 27.42 17.15 8.17 -
YUV 108.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 201 69 73 0 0.66 0.64 0.21 358.18 0.55 0.53
Hex C9 45 49 0 42 40 15 166 37 35
Octal 311 105 111 0 102 100 25 546 67 65
Binary 11001001 1000101 1001001 0 1000010 1000000 10101 101100110 110111 110101

Color Harmonies of #C94549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94549

Black with #C94549

Text Example


Text Example

White with #C94549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94549; }

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

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

background-color css

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

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

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

border-color css

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

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

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