Html Css Color HEX #C6A247 Sundance

📋 copy color: '#C6A247'

red 198 ◦ green 162 ◦ blue 71

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

Shades of Sundance #C6A247

Tints of Sundance #C6A247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

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

R = 45.94%
G = 37.59%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6A247 (or 0xC6A247) is known color: Sundance. HEX triplet: C6, A2 and 47. RGB value is (198,162,71). Sum of RGB (Red+Green+Blue) = 198+162+71=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A247 is #395DB8. Grayscale: #A2A2A2. Windows color (decimal): -3759545 or 4694726. OLE color: 4694726.

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

Color convert

RGB 198 162 71 -
CMYK 0 0.18 0.64 0.22
HSL 42.99º 0.53% 0.53% -
HSV(B) 42.99º 0.64% 0.78% -
XYZ 37.35 38.3 11.39 -
YUV 162.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 198 162 71 0 0.18 0.64 0.22 42.99 0.53 0.53
Hex C6 A2 47 0 12 40 16 2B 35 35
Octal 306 242 107 0 22 100 26 53 65 65
Binary 11000110 10100010 1000111 0 10010 1000000 10110 101011 110101 110101

Color Harmonies of #C6A247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A247

Black with #C6A247

Text Example


Text Example

White with #C6A247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A247; }

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

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

background-color css

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

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

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

border-color css

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

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

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