Html Css Color HEX #C8514A Sunset

📋 copy color: '#C8514A'

red 200 ◦ green 81 ◦ blue 74

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

Shades of Sunset #C8514A

Tints of Sunset #C8514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 56.34%
G = 22.82%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8514A (or 0xC8514A) is known color: Sunset. HEX triplet: C8, 51 and 4A. RGB value is (200,81,74). Sum of RGB (Red+Green+Blue) = 200+81+74=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8514A is #37AEB5. Grayscale: #737373. Windows color (decimal): -3649206 or 4870600. OLE color: 4870600.

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

Color convert

RGB 200 81 74 -
CMYK 0 0.59 0.63 0.22
HSL 3.33º 0.53% 0.54% -
HSV(B) 3.33º 0.63% 0.78% -
XYZ 28 18.66 8.6 -
YUV 115.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 200 81 74 0 0.59 0.63 0.22 3.33 0.53 0.54
Hex C8 51 4A 0 3B 3F 16 3 35 36
Octal 310 121 112 0 73 77 26 3 65 66
Binary 11001000 1010001 1001010 0 111011 111111 10110 11 110101 110110

Color Harmonies of #C8514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8514A

Black with #C8514A

Text Example


Text Example

White with #C8514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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