Html Css Color HEX #C94D48 Sunset

📋 copy color: '#C94D48'

red 201 ◦ green 77 ◦ blue 72

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

Shades of Sunset #C94D48

Tints of Sunset #C94D48

RGB

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

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

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

R = 57.43%
G = 22%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C94D48 (or 0xC94D48) is known color: Sunset. HEX triplet: C9, 4D and 48. RGB value is (201,77,72). Sum of RGB (Red+Green+Blue) = 201+77+72=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D48 is #36B2B7. Grayscale: #717171. Windows color (decimal): -3584696 or 4738505. OLE color: 4738505.

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

Color convert

RGB 201 77 72 -
CMYK 0 0.62 0.64 0.21
HSL 2.33º 0.54% 0.54% -
HSV(B) 2.33º 0.64% 0.79% -
XYZ 27.91 18.19 8.17 -
YUV 113.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 201 77 72 0 0.62 0.64 0.21 2.33 0.54 0.54
Hex C9 4D 48 0 3E 40 15 2 36 36
Octal 311 115 110 0 76 100 25 2 66 66
Binary 11001001 1001101 1001000 0 111110 1000000 10101 10 110110 110110

Color Harmonies of #C94D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D48

Black with #C94D48

Text Example


Text Example

White with #C94D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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