Html Css Color HEX #C94D4A Sunset

📋 copy color: '#C94D4A'

red 201 ◦ green 77 ◦ blue 74

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

Shades of Sunset #C94D4A

Tints of Sunset #C94D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

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

R = 57.1%
G = 21.88%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C94D4A (or 0xC94D4A) is known color: Sunset. HEX triplet: C9, 4D and 4A. RGB value is (201,77,74). Sum of RGB (Red+Green+Blue) = 201+77+74=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D4A is #36B2B5. Grayscale: #717171. Windows color (decimal): -3584694 or 4869577. OLE color: 4869577.

HSL color Cylindrical-coordinate representation of color #C94D4A: hue angle of 1.42º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94D4A is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 74 -
CMYK 0 0.62 0.63 0.21
HSL 1.42º 0.54% 0.54% -
HSV(B) 1.42º 0.63% 0.79% -
XYZ 27.98 18.22 8.52 -
YUV 113.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 201 77 74 0 0.62 0.63 0.21 1.42 0.54 0.54
Hex C9 4D 4A 0 3E 3F 15 1 36 36
Octal 311 115 112 0 76 77 25 1 66 66
Binary 11001001 1001101 1001010 0 111110 111111 10101 1 110110 110110

Color Harmonies of #C94D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D4A

Black with #C94D4A

Text Example


Text Example

White with #C94D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D4A; }

 p { color: rgb(201,77,74); }

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

background-color css

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

 a { background-color: rgb(201,77,74); }

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

border-color css

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

 span { border-color: rgb(201,77,74); }

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