Html Css Color HEX #C6A547 Sundance

📋 copy color: '#C6A547'

red 198 ◦ green 165 ◦ blue 71

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

Shades of Sundance #C6A547

Tints of Sundance #C6A547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 45.62%
G = 38.02%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6A547 (or 0xC6A547) is known color: Sundance. HEX triplet: C6, A5 and 47. RGB value is (198,165,71). Sum of RGB (Red+Green+Blue) = 198+165+71=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A547 is #395AB8. Grayscale: #A4A4A4. Windows color (decimal): -3758777 or 4695494. OLE color: 4695494.

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

Color convert

RGB 198 165 71 -
CMYK 0 0.17 0.64 0.22
HSL 44.41º 0.53% 0.53% -
HSV(B) 44.41º 0.64% 0.78% -
XYZ 37.88 39.37 11.56 -
YUV 164.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 198 165 71 0 0.17 0.64 0.22 44.41 0.53 0.53
Hex C6 A5 47 0 11 40 16 2C 35 35
Octal 306 245 107 0 21 100 26 54 65 65
Binary 11000110 10100101 1000111 0 10001 1000000 10110 101100 110101 110101

Color Harmonies of #C6A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A547

Black with #C6A547

Text Example


Text Example

White with #C6A547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A547; }

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

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

background-color css

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

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

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

border-color css

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

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

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