Html Css Color HEX #C6A847 Sundance

📋 copy color: '#C6A847'

red 198 ◦ green 168 ◦ blue 71

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

Shades of Sundance #C6A847

Tints of Sundance #C6A847

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 45.31%
G = 38.44%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6A847 (or 0xC6A847) is known color: Sundance. HEX triplet: C6, A8 and 47. RGB value is (198,168,71). Sum of RGB (Red+Green+Blue) = 198+168+71=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A847 is #3957B8. Grayscale: #A6A6A6. Windows color (decimal): -3758009 or 4696262. OLE color: 4696262.

HSL color Cylindrical-coordinate representation of color #C6A847: hue angle of 45.83º 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 #C6A847 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 168 71 -
CMYK 0 0.15 0.64 0.22
HSL 45.83º 0.53% 0.53% -
HSV(B) 45.83º 0.64% 0.78% -
XYZ 38.43 40.47 11.75 -
YUV 165.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 198 168 71 0 0.15 0.64 0.22 45.83 0.53 0.53
Hex C6 A8 47 0 F 40 16 2E 35 35
Octal 306 250 107 0 17 100 26 56 65 65
Binary 11000110 10101000 1000111 0 1111 1000000 10110 101110 110101 110101

Color Harmonies of #C6A847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A847

Black with #C6A847

Text Example


Text Example

White with #C6A847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A847; }

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

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

background-color css

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

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

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

border-color css

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

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

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