Html Css Color HEX #C85049 Sunset

📋 copy color: '#C85049'

red 200 ◦ green 80 ◦ blue 73

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

Shades of Sunset #C85049

Tints of Sunset #C85049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 56.66%
G = 22.66%
B = 20.68%

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

#C85049 (or 0xC85049) is known color: Sunset. HEX triplet: C8, 50 and 49. RGB value is (200,80,73). Sum of RGB (Red+Green+Blue) = 200+80+73=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85049 is #37AFB6. Grayscale: #737373. Windows color (decimal): -3649463 or 4804808. OLE color: 4804808.

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

Color convert

RGB 200 80 73 -
CMYK 0 0.6 0.64 0.22
HSL 3.31º 0.54% 0.54% -
HSV(B) 3.31º 0.64% 0.78% -
XYZ 27.89 18.5 8.4 -
YUV 115.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 200 80 73 0 0.6 0.64 0.22 3.31 0.54 0.54
Hex C8 50 49 0 3C 40 16 3 36 36
Octal 310 120 111 0 74 100 26 3 66 66
Binary 11001000 1010000 1001001 0 111100 1000000 10110 11 110110 110110

Color Harmonies of #C85049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85049

Black with #C85049

Text Example


Text Example

White with #C85049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85049; }

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

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

background-color css

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

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

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

border-color css

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

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

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