Html Css Color HEX #C4504D Sunset

📋 copy color: '#C4504D'

red 196 ◦ green 80 ◦ blue 77

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

Shades of Sunset #C4504D

Tints of Sunset #C4504D

RGB

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

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

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

R = 55.52%
G = 22.66%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4504D (or 0xC4504D) is known color: Sunset. HEX triplet: C4, 50 and 4D. RGB value is (196,80,77). Sum of RGB (Red+Green+Blue) = 196+80+77=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4504D is #3BAFB2. Grayscale: #727272. Windows color (decimal): -3911603 or 5066948. OLE color: 5066948.

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

Color convert

RGB 196 80 77 -
CMYK 0 0.59 0.61 0.23
HSL 1.51º 0.5% 0.54% -
HSV(B) 1.51º 0.61% 0.77% -
XYZ 26.97 18.01 9.08 -
YUV 114.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 196 80 77 0 0.59 0.61 0.23 1.51 0.5 0.54
Hex C4 50 4D 0 3B 3D 17 2 32 36
Octal 304 120 115 0 73 75 27 2 62 66
Binary 11000100 1010000 1001101 0 111011 111101 10111 10 110010 110110

Color Harmonies of #C4504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4504D

Black with #C4504D

Text Example


Text Example

White with #C4504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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