Html Css Color HEX #C0514C Sunset

📋 copy color: '#C0514C'

red 192 ◦ green 81 ◦ blue 76

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

Shades of Sunset #C0514C

Tints of Sunset #C0514C

RGB

 RED value IS 192 (75.39% from 255) = 55.01%

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 55.01%
G = 23.21%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0514C (or 0xC0514C) is known color: Sunset. HEX triplet: C0, 51 and 4C. RGB value is (192,81,76). Sum of RGB (Red+Green+Blue) = 192+81+76=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0514C is #3FAEB3. Grayscale: #717171. Windows color (decimal): -4173492 or 5001664. OLE color: 5001664.

HSL color Cylindrical-coordinate representation of color #C0514C: hue angle of 2.59º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0514C is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 76 -
CMYK 0 0.58 0.60 0.25
HSL 2.59º 0.48% 0.53% -
HSV(B) 2.59º 0.6% 0.75% -
XYZ 25.99 17.61 8.87 -
YUV 113.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 192 81 76 0 0.58 0.60 0.25 2.59 0.48 0.53
Hex C0 51 4C 0 3A 3C 19 3 30 35
Octal 300 121 114 0 72 74 31 3 60 65
Binary 11000000 1010001 1001100 0 111010 111100 11001 11 110000 110101

Color Harmonies of #C0514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0514C

Black with #C0514C

Text Example


Text Example

White with #C0514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0514C; }

 p { color: rgb(192,81,76); }

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

background-color css

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

 a { background-color: rgb(192,81,76); }

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

border-color css

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

 span { border-color: rgb(192,81,76); }

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