Html Css Color HEX #C0504A Sunset

📋 copy color: '#C0504A'

red 192 ◦ green 80 ◦ blue 74

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

Shades of Sunset #C0504A

Tints of Sunset #C0504A

RGB

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

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

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

R = 55.49%
G = 23.12%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0504A (or 0xC0504A) is known color: Sunset. HEX triplet: C0, 50 and 4A. RGB value is (192,80,74). Sum of RGB (Red+Green+Blue) = 192+80+74=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C0504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0504A is #3FAFB5. Grayscale: #707070. Windows color (decimal): -4173750 or 4870336. OLE color: 4870336.

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

Color convert

RGB 192 80 74 -
CMYK 0 0.58 0.61 0.25
HSL 3.05º 0.48% 0.52% -
HSV(B) 3.05º 0.61% 0.75% -
XYZ 25.84 17.44 8.48 -
YUV 112.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 192 80 74 0 0.58 0.61 0.25 3.05 0.48 0.52
Hex C0 50 4A 0 3A 3D 19 3 30 34
Octal 300 120 112 0 72 75 31 3 60 64
Binary 11000000 1010000 1001010 0 111010 111101 11001 11 110000 110100

Color Harmonies of #C0504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0504A

Black with #C0504A

Text Example


Text Example

White with #C0504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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