Html Css Color HEX #C94B47 Sunset

📋 copy color: '#C94B47'

red 201 ◦ green 75 ◦ blue 71

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

Shades of Sunset #C94B47

Tints of Sunset #C94B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 57.93%
G = 21.61%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C94B47 (or 0xC94B47) is known color: Sunset. HEX triplet: C9, 4B and 47. RGB value is (201,75,71). Sum of RGB (Red+Green+Blue) = 201+75+71=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B47 is #36B4B8. Grayscale: #707070. Windows color (decimal): -3585209 or 4672457. OLE color: 4672457.

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

Color convert

RGB 201 75 71 -
CMYK 0 0.63 0.65 0.21
HSL 1.85º 0.55% 0.53% -
HSV(B) 1.85º 0.65% 0.79% -
XYZ 27.74 17.9 7.96 -
YUV 112.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 201 75 71 0 0.63 0.65 0.21 1.85 0.55 0.53
Hex C9 4B 47 0 3F 41 15 2 37 35
Octal 311 113 107 0 77 101 25 2 67 65
Binary 11001001 1001011 1000111 0 111111 1000001 10101 10 110111 110101

Color Harmonies of #C94B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B47

Black with #C94B47

Text Example


Text Example

White with #C94B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B47; }

 p { color: rgb(201,75,71); }

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

background-color css

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

 a { background-color: rgb(201,75,71); }

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

border-color css

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

 span { border-color: rgb(201,75,71); }

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