Html Css Color HEX #C4504F Sunset

📋 copy color: '#C4504F'

red 196 ◦ green 80 ◦ blue 79

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

Shades of Sunset #C4504F

Tints of Sunset #C4504F

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 55.21%
G = 22.54%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4504F (or 0xC4504F) is known color: Sunset. HEX triplet: C4, 50 and 4F. RGB value is (196,80,79). Sum of RGB (Red+Green+Blue) = 196+80+79=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4504F is #3BAFB0. Grayscale: #727272. Windows color (decimal): -3911601 or 5198020. OLE color: 5198020.

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

Color convert

RGB 196 80 79 -
CMYK 0 0.59 0.60 0.23
HSL 0.51º 0.5% 0.54% -
HSV(B) 0.51º 0.6% 0.77% -
XYZ 27.04 18.04 9.45 -
YUV 114.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 196 80 79 0 0.59 0.60 0.23 0.51 0.5 0.54
Hex C4 50 4F 0 3B 3C 17 1 32 36
Octal 304 120 117 0 73 74 27 1 62 66
Binary 11000100 1010000 1001111 0 111011 111100 10111 1 110010 110110

Color Harmonies of #C4504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4504F

Black with #C4504F

Text Example


Text Example

White with #C4504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4504F; }

 p { color: rgb(196,80,79); }

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

background-color css

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

 a { background-color: rgb(196,80,79); }

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

border-color css

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

 span { border-color: rgb(196,80,79); }

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