Html Css Color HEX #C4A14C Sundance

📋 copy color: '#C4A14C'

red 196 ◦ green 161 ◦ blue 76

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

Shades of Sundance #C4A14C

Tints of Sundance #C4A14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.55%

R = 45.27%
G = 37.18%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4A14C (or 0xC4A14C) is known color: Sundance. HEX triplet: C4, A1 and 4C. RGB value is (196,161,76). Sum of RGB (Red+Green+Blue) = 196+161+76=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A14C is #3B5EB3. Grayscale: #A2A2A2. Windows color (decimal): -3890868 or 5022148. OLE color: 5022148.

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

Color convert

RGB 196 161 76 -
CMYK 0 0.18 0.61 0.23
HSL 42.5º 0.5% 0.53% -
HSV(B) 42.5º 0.61% 0.77% -
XYZ 36.81 37.75 12.18 -
YUV 161.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 196 161 76 0 0.18 0.61 0.23 42.5 0.5 0.53
Hex C4 A1 4C 0 12 3D 17 2A 32 35
Octal 304 241 114 0 22 75 27 52 62 65
Binary 11000100 10100001 1001100 0 10010 111101 10111 101010 110010 110101

Color Harmonies of #C4A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A14C

Black with #C4A14C

Text Example


Text Example

White with #C4A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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