Html Css Color HEX #C7504A Sunset

📋 copy color: '#C7504A'

red 199 ◦ green 80 ◦ blue 74

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

Shades of Sunset #C7504A

Tints of Sunset #C7504A

RGB

 RED value IS 199 (78.13% from 255) = 56.37%

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

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

R = 56.37%
G = 22.66%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7504A (or 0xC7504A) is known color: Sunset. HEX triplet: C7, 50 and 4A. RGB value is (199,80,74). Sum of RGB (Red+Green+Blue) = 199+80+74=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C7504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7504A is #38AFB5. Grayscale: #737373. Windows color (decimal): -3714998 or 4870343. OLE color: 4870343.

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

Color convert

RGB 199 80 74 -
CMYK 0 0.60 0.63 0.22
HSL 2.88º 0.53% 0.54% -
HSV(B) 2.88º 0.63% 0.78% -
XYZ 27.66 18.37 8.57 -
YUV 114.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 199 80 74 0 0.60 0.63 0.22 2.88 0.53 0.54
Hex C7 50 4A 0 3C 3F 16 3 35 36
Octal 307 120 112 0 74 77 26 3 65 66
Binary 11000111 1010000 1001010 0 111100 111111 10110 11 110101 110110

Color Harmonies of #C7504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7504A

Black with #C7504A

Text Example


Text Example

White with #C7504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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