Html Css Color HEX #C6AF47 Sundance

📋 copy color: '#C6AF47'

red 198 ◦ green 175 ◦ blue 71

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

Shades of Sundance #C6AF47

Tints of Sundance #C6AF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.41%

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

R = 44.59%
G = 39.41%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6AF47 (or 0xC6AF47) is known color: Sundance. HEX triplet: C6, AF and 47. RGB value is (198,175,71). Sum of RGB (Red+Green+Blue) = 198+175+71=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF47 is #3950B8. Grayscale: #AAAAAA. Windows color (decimal): -3756217 or 4698054. OLE color: 4698054.

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

Color convert

RGB 198 175 71 -
CMYK 0 0.12 0.64 0.22
HSL 49.13º 0.53% 0.53% -
HSV(B) 49.13º 0.64% 0.78% -
XYZ 39.76 43.12 12.19 -
YUV 170.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 198 175 71 0 0.12 0.64 0.22 49.13 0.53 0.53
Hex C6 AF 47 0 C 40 16 31 35 35
Octal 306 257 107 0 14 100 26 61 65 65
Binary 11000110 10101111 1000111 0 1100 1000000 10110 110001 110101 110101

Color Harmonies of #C6AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF47

Black with #C6AF47

Text Example


Text Example

White with #C6AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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