Html Css Color HEX #C4A14A Sundance

📋 copy color: '#C4A14A'

red 196 ◦ green 161 ◦ blue 74

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

Shades of Sundance #C4A14A

Tints of Sundance #C4A14A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 45.48%
G = 37.35%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4A14A (or 0xC4A14A) is known color: Sundance. HEX triplet: C4, A1 and 4A. RGB value is (196,161,74). Sum of RGB (Red+Green+Blue) = 196+161+74=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A14A is #3B5EB5. Grayscale: #A1A1A1. Windows color (decimal): -3890870 or 4891076. OLE color: 4891076.

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

Color convert

RGB 196 161 74 -
CMYK 0 0.18 0.62 0.23
HSL 42.79º 0.51% 0.53% -
HSV(B) 42.79º 0.62% 0.77% -
XYZ 36.75 37.72 11.82 -
YUV 161.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 196 161 74 0 0.18 0.62 0.23 42.79 0.51 0.53
Hex C4 A1 4A 0 12 3E 17 2B 33 35
Octal 304 241 112 0 22 76 27 53 63 65
Binary 11000100 10100001 1001010 0 10010 111110 10111 101011 110011 110101

Color Harmonies of #C4A14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A14A

Black with #C4A14A

Text Example


Text Example

White with #C4A14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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