Html Css Color HEX #C4514D Sunset

📋 copy color: '#C4514D'

red 196 ◦ green 81 ◦ blue 77

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

Shades of Sunset #C4514D

Tints of Sunset #C4514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 55.37%
G = 22.88%
B = 21.75%

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

#C4514D (or 0xC4514D) is known color: Sunset. HEX triplet: C4, 51 and 4D. RGB value is (196,81,77). Sum of RGB (Red+Green+Blue) = 196+81+77=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4514D is #3BAEB2. Grayscale: #737373. Windows color (decimal): -3911347 or 5067204. OLE color: 5067204.

HSL color Cylindrical-coordinate representation of color #C4514D: hue angle of 2.02º 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 #C4514D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 77 -
CMYK 0 0.59 0.61 0.23
HSL 2.02º 0.5% 0.54% -
HSV(B) 2.02º 0.61% 0.77% -
XYZ 27.05 18.16 9.1 -
YUV 114.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 196 81 77 0 0.59 0.61 0.23 2.02 0.5 0.54
Hex C4 51 4D 0 3B 3D 17 2 32 36
Octal 304 121 115 0 73 75 27 2 62 66
Binary 11000100 1010001 1001101 0 111011 111101 10111 10 110010 110110

Color Harmonies of #C4514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4514D

Black with #C4514D

Text Example


Text Example

White with #C4514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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