Html Css Color HEX #C85045 Sunset

📋 copy color: '#C85045'

red 200 ◦ green 80 ◦ blue 69

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

Shades of Sunset #C85045

Tints of Sunset #C85045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 57.31%
G = 22.92%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C85045 (or 0xC85045) is known color: Sunset. HEX triplet: C8, 50 and 45. RGB value is (200,80,69). Sum of RGB (Red+Green+Blue) = 200+80+69=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C85045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85045 is #37AFBA. Grayscale: #727272. Windows color (decimal): -3649467 or 4542664. OLE color: 4542664.

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

Color convert

RGB 200 80 69 -
CMYK 0 0.6 0.66 0.22
HSL 5.04º 0.54% 0.53% -
HSV(B) 5.04º 0.66% 0.78% -
XYZ 27.76 18.45 7.73 -
YUV 114.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 200 80 69 0 0.6 0.66 0.22 5.04 0.54 0.53
Hex C8 50 45 0 3C 42 16 5 36 35
Octal 310 120 105 0 74 102 26 5 66 65
Binary 11001000 1010000 1000101 0 111100 1000010 10110 101 110110 110101

Color Harmonies of #C85045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85045

Black with #C85045

Text Example


Text Example

White with #C85045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85045; }

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

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

background-color css

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

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

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

border-color css

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

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

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