Html Css Color HEX #C85148 Sunset

📋 copy color: '#C85148'

red 200 ◦ green 81 ◦ blue 72

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

Shades of Sunset #C85148

Tints of Sunset #C85148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 56.66%
G = 22.95%
B = 20.4%

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

#C85148 (or 0xC85148) is known color: Sunset. HEX triplet: C8, 51 and 48. RGB value is (200,81,72). Sum of RGB (Red+Green+Blue) = 200+81+72=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85148 is #37AEB7. Grayscale: #737373. Windows color (decimal): -3649208 or 4739528. OLE color: 4739528.

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

Color convert

RGB 200 81 72 -
CMYK 0 0.59 0.64 0.22
HSL 4.22º 0.54% 0.53% -
HSV(B) 4.22º 0.64% 0.78% -
XYZ 27.93 18.63 8.26 -
YUV 115.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 200 81 72 0 0.59 0.64 0.22 4.22 0.54 0.53
Hex C8 51 48 0 3B 40 16 4 36 35
Octal 310 121 110 0 73 100 26 4 66 65
Binary 11001000 1010001 1001000 0 111011 1000000 10110 100 110110 110101

Color Harmonies of #C85148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85148

Black with #C85148

Text Example


Text Example

White with #C85148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85148; }

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

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

background-color css

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

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

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

border-color css

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

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

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