Html Css Color HEX #C6A047 Sundance

📋 copy color: '#C6A047'

red 198 ◦ green 160 ◦ blue 71

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

Shades of Sundance #C6A047

Tints of Sundance #C6A047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

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

R = 46.15%
G = 37.3%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6A047 (or 0xC6A047) is known color: Sundance. HEX triplet: C6, A0 and 47. RGB value is (198,160,71). Sum of RGB (Red+Green+Blue) = 198+160+71=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A047 is #395FB8. Grayscale: #A1A1A1. Windows color (decimal): -3760057 or 4694214. OLE color: 4694214.

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

Color convert

RGB 198 160 71 -
CMYK 0 0.19 0.64 0.22
HSL 42.05º 0.53% 0.53% -
HSV(B) 42.05º 0.64% 0.78% -
XYZ 37 37.6 11.27 -
YUV 161.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 198 160 71 0 0.19 0.64 0.22 42.05 0.53 0.53
Hex C6 A0 47 0 13 40 16 2A 35 35
Octal 306 240 107 0 23 100 26 52 65 65
Binary 11000110 10100000 1000111 0 10011 1000000 10110 101010 110101 110101

Color Harmonies of #C6A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A047

Black with #C6A047

Text Example


Text Example

White with #C6A047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A047; }

 p { color: rgb(198,160,71); }

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

background-color css

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

 a { background-color: rgb(198,160,71); }

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

border-color css

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

 span { border-color: rgb(198,160,71); }

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