Html Css Color HEX #C85041 Sunset

📋 copy color: '#C85041'

red 200 ◦ green 80 ◦ blue 65

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

Shades of Sunset #C85041

Tints of Sunset #C85041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 57.97%
G = 23.19%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85041 (or 0xC85041) is known color: Sunset. HEX triplet: C8, 50 and 41. RGB value is (200,80,65). Sum of RGB (Red+Green+Blue) = 200+80+65=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C85041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85041 is #37AFBE. Grayscale: #727272. Windows color (decimal): -3649471 or 4280520. OLE color: 4280520.

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

Color convert

RGB 200 80 65 -
CMYK 0 0.6 0.68 0.22
HSL 6.67º 0.55% 0.52% -
HSV(B) 6.67º 0.68% 0.78% -
XYZ 27.64 18.4 7.1 -
YUV 114.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 200 80 65 0 0.6 0.68 0.22 6.67 0.55 0.52
Hex C8 50 41 0 3C 44 16 7 37 34
Octal 310 120 101 0 74 104 26 7 67 64
Binary 11001000 1010000 1000001 0 111100 1000100 10110 111 110111 110100

Color Harmonies of #C85041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85041

Black with #C85041

Text Example


Text Example

White with #C85041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85041; }

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

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

background-color css

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

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

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

border-color css

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

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

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