Html Css Color HEX #C85047 Sunset

📋 copy color: '#C85047'

red 200 ◦ green 80 ◦ blue 71

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

Shades of Sunset #C85047

Tints of Sunset #C85047

RGB

 RED value IS 200 (78.52% from 255) = 56.98%

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

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

R = 56.98%
G = 22.79%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85047 (or 0xC85047) is known color: Sunset. HEX triplet: C8, 50 and 47. RGB value is (200,80,71). Sum of RGB (Red+Green+Blue) = 200+80+71=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C85047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85047 is #37AFB8. Grayscale: #737373. Windows color (decimal): -3649465 or 4673736. OLE color: 4673736.

HSL color Cylindrical-coordinate representation of color #C85047: hue angle of 4.19º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85047 is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 71 -
CMYK 0 0.6 0.64 0.22
HSL 4.19º 0.54% 0.53% -
HSV(B) 4.19º 0.65% 0.78% -
XYZ 27.83 18.47 8.06 -
YUV 114.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 200 80 71 0 0.6 0.64 0.22 4.19 0.54 0.53
Hex C8 50 47 0 3C 40 16 4 36 35
Octal 310 120 107 0 74 100 26 4 66 65
Binary 11001000 1010000 1000111 0 111100 1000000 10110 100 110110 110101

Color Harmonies of #C85047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85047

Black with #C85047

Text Example


Text Example

White with #C85047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85047; }

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

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

background-color css

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

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

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

border-color css

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

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

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