Html Css Color HEX #C4AA4A Sundance

📋 copy color: '#C4AA4A'

red 196 ◦ green 170 ◦ blue 74

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

Shades of Sundance #C4AA4A

Tints of Sundance #C4AA4A

RGB

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

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

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

R = 44.55%
G = 38.64%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4AA4A (or 0xC4AA4A) is known color: Sundance. HEX triplet: C4, AA and 4A. RGB value is (196,170,74). Sum of RGB (Red+Green+Blue) = 196+170+74=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA4A is #3B55B5. Grayscale: #A7A7A7. Windows color (decimal): -3888566 or 4893380. OLE color: 4893380.

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

Color convert

RGB 196 170 74 -
CMYK 0 0.13 0.62 0.23
HSL 47.21º 0.51% 0.53% -
HSV(B) 47.21º 0.62% 0.77% -
XYZ 38.38 40.98 12.37 -
YUV 166.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 196 170 74 0 0.13 0.62 0.23 47.21 0.51 0.53
Hex C4 AA 4A 0 D 3E 17 2F 33 35
Octal 304 252 112 0 15 76 27 57 63 65
Binary 11000100 10101010 1001010 0 1101 111110 10111 101111 110011 110101

Color Harmonies of #C4AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA4A

Black with #C4AA4A

Text Example


Text Example

White with #C4AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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