Html Css Color HEX #C94649 Mandy

📋 copy color: '#C94649'

red 201 ◦ green 70 ◦ blue 73

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

Shades of Mandy #C94649

Tints of Mandy #C94649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 58.43%
G = 20.35%
B = 21.22%

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

#C94649 (or 0xC94649) is known color: Mandy. HEX triplet: C9, 46 and 49. RGB value is (201,70,73). Sum of RGB (Red+Green+Blue) = 201+70+73=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C94649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94649 is #36B9B6. Grayscale: #6D6D6D. Windows color (decimal): -3586487 or 4802249. OLE color: 4802249.

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

Color convert

RGB 201 70 73 -
CMYK 0 0.65 0.64 0.21
HSL 358.63º 0.55% 0.53% -
HSV(B) 358.63º 0.65% 0.79% -
XYZ 27.48 17.28 8.19 -
YUV 109.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 201 70 73 0 0.65 0.64 0.21 358.63 0.55 0.53
Hex C9 46 49 0 41 40 15 167 37 35
Octal 311 106 111 0 101 100 25 547 67 65
Binary 11001001 1000110 1001001 0 1000001 1000000 10101 101100111 110111 110101

Color Harmonies of #C94649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94649

Black with #C94649

Text Example


Text Example

White with #C94649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94649; }

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

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

background-color css

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

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

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

border-color css

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

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

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