Html Css Color HEX #C85149 Sunset

📋 copy color: '#C85149'

red 200 ◦ green 81 ◦ blue 73

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

Shades of Sunset #C85149

Tints of Sunset #C85149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 56.5%
G = 22.88%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85149 (or 0xC85149) is known color: Sunset. HEX triplet: C8, 51 and 49. RGB value is (200,81,73). Sum of RGB (Red+Green+Blue) = 200+81+73=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85149 is #37AEB6. Grayscale: #737373. Windows color (decimal): -3649207 or 4805064. OLE color: 4805064.

HSL color Cylindrical-coordinate representation of color #C85149: hue angle of 3.78º 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 #C85149 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 73 -
CMYK 0 0.59 0.64 0.22
HSL 3.78º 0.54% 0.54% -
HSV(B) 3.78º 0.64% 0.78% -
XYZ 27.96 18.65 8.43 -
YUV 115.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 200 81 73 0 0.59 0.64 0.22 3.78 0.54 0.54
Hex C8 51 49 0 3B 40 16 4 36 36
Octal 310 121 111 0 73 100 26 4 66 66
Binary 11001000 1010001 1001001 0 111011 1000000 10110 100 110110 110110

Color Harmonies of #C85149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85149

Black with #C85149

Text Example


Text Example

White with #C85149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85149; }

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

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

background-color css

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

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

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

border-color css

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

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

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