Html Css Color HEX #C85146 Sunset

📋 copy color: '#C85146'

red 200 ◦ green 81 ◦ blue 70

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

Shades of Sunset #C85146

Tints of Sunset #C85146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 56.98%
G = 23.08%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C85146 (or 0xC85146) is known color: Sunset. HEX triplet: C8, 51 and 46. RGB value is (200,81,70). Sum of RGB (Red+Green+Blue) = 200+81+70=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C85146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85146 is #37AEB9. Grayscale: #737373. Windows color (decimal): -3649210 or 4608456. OLE color: 4608456.

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

Color convert

RGB 200 81 70 -
CMYK 0 0.59 0.65 0.22
HSL 5.08º 0.54% 0.53% -
HSV(B) 5.08º 0.65% 0.78% -
XYZ 27.87 18.61 7.92 -
YUV 115.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 200 81 70 0 0.59 0.65 0.22 5.08 0.54 0.53
Hex C8 51 46 0 3B 41 16 5 36 35
Octal 310 121 106 0 73 101 26 5 66 65
Binary 11001000 1010001 1000110 0 111011 1000001 10110 101 110110 110101

Color Harmonies of #C85146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85146

Black with #C85146

Text Example


Text Example

White with #C85146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85146; }

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

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

background-color css

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

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

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

border-color css

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

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

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