Html Css Color HEX #C5504A Sunset

📋 copy color: '#C5504A'

red 197 ◦ green 80 ◦ blue 74

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

Shades of Sunset #C5504A

Tints of Sunset #C5504A

RGB

 RED value IS 197 (77.34% from 255) = 56.13%

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

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

R = 56.13%
G = 22.79%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5504A (or 0xC5504A) is known color: Sunset. HEX triplet: C5, 50 and 4A. RGB value is (197,80,74). Sum of RGB (Red+Green+Blue) = 197+80+74=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C5504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5504A is #3AAFB5. Grayscale: #727272. Windows color (decimal): -3846070 or 4870341. OLE color: 4870341.

HSL color Cylindrical-coordinate representation of color #C5504A: hue angle of 2.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5504A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 74 -
CMYK 0 0.59 0.62 0.23
HSL 2.93º 0.51% 0.53% -
HSV(B) 2.93º 0.62% 0.77% -
XYZ 27.13 18.1 8.54 -
YUV 114.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 197 80 74 0 0.59 0.62 0.23 2.93 0.51 0.53
Hex C5 50 4A 0 3B 3E 17 3 33 35
Octal 305 120 112 0 73 76 27 3 63 65
Binary 11000101 1010000 1001010 0 111011 111110 10111 11 110011 110101

Color Harmonies of #C5504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5504A

Black with #C5504A

Text Example


Text Example

White with #C5504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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