Html Css Color HEX #C85048 Sunset

📋 copy color: '#C85048'

red 200 ◦ green 80 ◦ blue 72

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

Shades of Sunset #C85048

Tints of Sunset #C85048

RGB

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

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

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

R = 56.82%
G = 22.73%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85048 (or 0xC85048) is known color: Sunset. HEX triplet: C8, 50 and 48. RGB value is (200,80,72). Sum of RGB (Red+Green+Blue) = 200+80+72=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85048 is #37AFB7. Grayscale: #737373. Windows color (decimal): -3649464 or 4739272. OLE color: 4739272.

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

Color convert

RGB 200 80 72 -
CMYK 0 0.6 0.64 0.22
HSL 3.75º 0.54% 0.53% -
HSV(B) 3.75º 0.64% 0.78% -
XYZ 27.86 18.48 8.23 -
YUV 114.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 200 80 72 0 0.6 0.64 0.22 3.75 0.54 0.53
Hex C8 50 48 0 3C 40 16 4 36 35
Octal 310 120 110 0 74 100 26 4 66 65
Binary 11001000 1010000 1001000 0 111100 1000000 10110 100 110110 110101

Color Harmonies of #C85048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85048

Black with #C85048

Text Example


Text Example

White with #C85048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85048; }

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

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

background-color css

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

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

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

border-color css

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

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

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