Html Css Color HEX #C6AA4A Sundance

📋 copy color: '#C6AA4A'

red 198 ◦ green 170 ◦ blue 74

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

Shades of Sundance #C6AA4A

Tints of Sundance #C6AA4A

RGB

 RED value IS 198 (77.73% from 255) = 44.8%

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

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

R = 44.8%
G = 38.46%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6AA4A (or 0xC6AA4A) is known color: Sundance. HEX triplet: C6, AA and 4A. RGB value is (198,170,74). Sum of RGB (Red+Green+Blue) = 198+170+74=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA4A is #3955B5. Grayscale: #A7A7A7. Windows color (decimal): -3757494 or 4893382. OLE color: 4893382.

HSL color Cylindrical-coordinate representation of color #C6AA4A: hue angle of 46.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6AA4A is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 74 -
CMYK 0 0.14 0.63 0.22
HSL 46.45º 0.52% 0.53% -
HSV(B) 46.45º 0.63% 0.78% -
XYZ 38.9 41.25 12.39 -
YUV 167.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 198 170 74 0 0.14 0.63 0.22 46.45 0.52 0.53
Hex C6 AA 4A 0 E 3F 16 2E 34 35
Octal 306 252 112 0 16 77 26 56 64 65
Binary 11000110 10101010 1001010 0 1110 111111 10110 101110 110100 110101

Color Harmonies of #C6AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA4A

Black with #C6AA4A

Text Example


Text Example

White with #C6AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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