Html Css Color HEX #C0504D Sunset

📋 copy color: '#C0504D'

red 192 ◦ green 80 ◦ blue 77

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

Shades of Sunset #C0504D

Tints of Sunset #C0504D

RGB

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

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

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

R = 55.01%
G = 22.92%
B = 22.06%

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

#C0504D (or 0xC0504D) is known color: Sunset. HEX triplet: C0, 50 and 4D. RGB value is (192,80,77). Sum of RGB (Red+Green+Blue) = 192+80+77=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0504D is #3FAFB2. Grayscale: #717171. Windows color (decimal): -4173747 or 5066944. OLE color: 5066944.

HSL color Cylindrical-coordinate representation of color #C0504D: hue angle of 1.57º 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 #C0504D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 77 -
CMYK 0 0.58 0.60 0.25
HSL 1.57º 0.48% 0.53% -
HSV(B) 1.57º 0.6% 0.75% -
XYZ 25.95 17.48 9.03 -
YUV 113.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 192 80 77 0 0.58 0.60 0.25 1.57 0.48 0.53
Hex C0 50 4D 0 3A 3C 19 2 30 35
Octal 300 120 115 0 72 74 31 2 60 65
Binary 11000000 1010000 1001101 0 111010 111100 11001 10 110000 110101

Color Harmonies of #C0504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0504D

Black with #C0504D

Text Example


Text Example

White with #C0504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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