Html Css Color HEX #C4AA47 Sundance

📋 copy color: '#C4AA47'

red 196 ◦ green 170 ◦ blue 71

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

Shades of Sundance #C4AA47

Tints of Sundance #C4AA47

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 71 (28.13% from 255) = 16.25%

R = 44.85%
G = 38.9%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4AA47 (or 0xC4AA47) is known color: Sundance. HEX triplet: C4, AA and 47. RGB value is (196,170,71). Sum of RGB (Red+Green+Blue) = 196+170+71=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA47 is #3B55B8. Grayscale: #A6A6A6. Windows color (decimal): -3888569 or 4696772. OLE color: 4696772.

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

Color convert

RGB 196 170 71 -
CMYK 0 0.13 0.64 0.23
HSL 47.52º 0.51% 0.52% -
HSV(B) 47.52º 0.64% 0.77% -
XYZ 38.28 40.94 11.85 -
YUV 166.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 196 170 71 0 0.13 0.64 0.23 47.52 0.51 0.52
Hex C4 AA 47 0 D 40 17 30 33 34
Octal 304 252 107 0 15 100 27 60 63 64
Binary 11000100 10101010 1000111 0 1101 1000000 10111 110000 110011 110100

Color Harmonies of #C4AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA47

Black with #C4AA47

Text Example


Text Example

White with #C4AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA47; }

 p { color: rgb(196,170,71); }

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

background-color css

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

 a { background-color: rgb(196,170,71); }

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

border-color css

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

 span { border-color: rgb(196,170,71); }

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