Html Css Color HEX #C6AF52 Sundance

📋 copy color: '#C6AF52'

red 198 ◦ green 175 ◦ blue 82

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

Shades of Sundance #C6AF52

Tints of Sundance #C6AF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.02%

R = 43.52%
G = 38.46%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C6AF52 (or 0xC6AF52) is known color: Sundance. HEX triplet: C6, AF and 52. RGB value is (198,175,82). Sum of RGB (Red+Green+Blue) = 198+175+82=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF52 is #3950AD. Grayscale: #ABABAB. Windows color (decimal): -3756206 or 5418950. OLE color: 5418950.

HSL color Cylindrical-coordinate representation of color #C6AF52: hue angle of 48.1º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6AF52 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 175 82 -
CMYK 0 0.12 0.59 0.22
HSL 48.1º 0.5% 0.55% -
HSV(B) 48.1º 0.59% 0.78% -
XYZ 40.14 43.27 14.22 -
YUV 171.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 198 175 82 0 0.12 0.59 0.22 48.1 0.5 0.55
Hex C6 AF 52 0 C 3B 16 30 32 37
Octal 306 257 122 0 14 73 26 60 62 67
Binary 11000110 10101111 1010010 0 1100 111011 10110 110000 110010 110111

Color Harmonies of #C6AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF52

Black with #C6AF52

Text Example


Text Example

White with #C6AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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