Html Css Color HEX #C95047 Sunset

📋 copy color: '#C95047'

red 201 ◦ green 80 ◦ blue 71

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

Shades of Sunset #C95047

Tints of Sunset #C95047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

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

R = 57.1%
G = 22.73%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C95047 (or 0xC95047) is known color: Sunset. HEX triplet: C9, 50 and 47. RGB value is (201,80,71). Sum of RGB (Red+Green+Blue) = 201+80+71=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95047 is #36AFB8. Grayscale: #737373. Windows color (decimal): -3583929 or 4673737. OLE color: 4673737.

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

Color convert

RGB 201 80 71 -
CMYK 0 0.60 0.65 0.21
HSL 4.15º 0.55% 0.53% -
HSV(B) 4.15º 0.65% 0.79% -
XYZ 28.09 18.61 8.07 -
YUV 115.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 201 80 71 0 0.60 0.65 0.21 4.15 0.55 0.53
Hex C9 50 47 0 3C 41 15 4 37 35
Octal 311 120 107 0 74 101 25 4 67 65
Binary 11001001 1010000 1000111 0 111100 1000001 10101 100 110111 110101

Color Harmonies of #C95047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95047

Black with #C95047

Text Example


Text Example

White with #C95047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95047; }

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

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

background-color css

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

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

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

border-color css

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

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

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