Html Css Color HEX #C85249 Sunset

📋 copy color: '#C85249'

red 200 ◦ green 82 ◦ blue 73

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

Shades of Sunset #C85249

Tints of Sunset #C85249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.1%

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

R = 56.34%
G = 23.1%
B = 20.56%

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

#C85249 (or 0xC85249) is known color: Sunset. HEX triplet: C8, 52 and 49. RGB value is (200,82,73). Sum of RGB (Red+Green+Blue) = 200+82+73=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85249 is #37ADB6. Grayscale: #747474. Windows color (decimal): -3648951 or 4805320. OLE color: 4805320.

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

Color convert

RGB 200 82 73 -
CMYK 0 0.59 0.64 0.22
HSL 4.25º 0.54% 0.54% -
HSV(B) 4.25º 0.64% 0.78% -
XYZ 28.04 18.79 8.45 -
YUV 116.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 200 82 73 0 0.59 0.64 0.22 4.25 0.54 0.54
Hex C8 52 49 0 3B 40 16 4 36 36
Octal 310 122 111 0 73 100 26 4 66 66
Binary 11001000 1010010 1001001 0 111011 1000000 10110 100 110110 110110

Color Harmonies of #C85249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85249

Black with #C85249

Text Example


Text Example

White with #C85249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85249; }

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

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

background-color css

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

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

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

border-color css

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

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

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