Html Css Color HEX #C4514F Sunset

📋 copy color: '#C4514F'

red 196 ◦ green 81 ◦ blue 79

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

Shades of Sunset #C4514F

Tints of Sunset #C4514F

RGB

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

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

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

R = 55.06%
G = 22.75%
B = 22.19%

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

#C4514F (or 0xC4514F) is known color: Sunset. HEX triplet: C4, 51 and 4F. RGB value is (196,81,79). Sum of RGB (Red+Green+Blue) = 196+81+79=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4514F is #3BAEB0. Grayscale: #737373. Windows color (decimal): -3911345 or 5198276. OLE color: 5198276.

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

Color convert

RGB 196 81 79 -
CMYK 0 0.59 0.60 0.23
HSL 1.03º 0.5% 0.54% -
HSV(B) 1.03º 0.6% 0.77% -
XYZ 27.12 18.19 9.48 -
YUV 115.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 196 81 79 0 0.59 0.60 0.23 1.03 0.5 0.54
Hex C4 51 4F 0 3B 3C 17 1 32 36
Octal 304 121 117 0 73 74 27 1 62 66
Binary 11000100 1010001 1001111 0 111011 111100 10111 1 110010 110110

Color Harmonies of #C4514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4514F

Black with #C4514F

Text Example


Text Example

White with #C4514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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