Html Css Color HEX #C4514A Sunset

📋 copy color: '#C4514A'

red 196 ◦ green 81 ◦ blue 74

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

Shades of Sunset #C4514A

Tints of Sunset #C4514A

RGB

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

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

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

R = 55.84%
G = 23.08%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4514A (or 0xC4514A) is known color: Sunset. HEX triplet: C4, 51 and 4A. RGB value is (196,81,74). Sum of RGB (Red+Green+Blue) = 196+81+74=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4514A is #3BAEB5. Grayscale: #727272. Windows color (decimal): -3911350 or 4870596. OLE color: 4870596.

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

Color convert

RGB 196 81 74 -
CMYK 0 0.59 0.62 0.23
HSL 3.44º 0.51% 0.53% -
HSV(B) 3.44º 0.62% 0.77% -
XYZ 26.94 18.12 8.56 -
YUV 114.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 196 81 74 0 0.59 0.62 0.23 3.44 0.51 0.53
Hex C4 51 4A 0 3B 3E 17 3 33 35
Octal 304 121 112 0 73 76 27 3 63 65
Binary 11000100 1010001 1001010 0 111011 111110 10111 11 110011 110101

Color Harmonies of #C4514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4514A

Black with #C4514A

Text Example


Text Example

White with #C4514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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