Html Css Color HEX #C8504D Sunset

📋 copy color: '#C8504D'

red 200 ◦ green 80 ◦ blue 77

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

Shades of Sunset #C8504D

Tints of Sunset #C8504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 56.02%
G = 22.41%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8504D (or 0xC8504D) is known color: Sunset. HEX triplet: C8, 50 and 4D. RGB value is (200,80,77). Sum of RGB (Red+Green+Blue) = 200+80+77=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8504D is #37AFB2. Grayscale: #737373. Windows color (decimal): -3649459 or 5066952. OLE color: 5066952.

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

Color convert

RGB 200 80 77 -
CMYK 0 0.6 0.62 0.22
HSL 1.46º 0.53% 0.54% -
HSV(B) 1.46º 0.62% 0.78% -
XYZ 28.03 18.55 9.12 -
YUV 115.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 200 80 77 0 0.6 0.62 0.22 1.46 0.53 0.54
Hex C8 50 4D 0 3C 3E 16 1 35 36
Octal 310 120 115 0 74 76 26 1 65 66
Binary 11001000 1010000 1001101 0 111100 111110 10110 1 110101 110110

Color Harmonies of #C8504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8504D

Black with #C8504D

Text Example


Text Example

White with #C8504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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