Html Css Color HEX #C6AF4C Sundance

📋 copy color: '#C6AF4C'

red 198 ◦ green 175 ◦ blue 76

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

Shades of Sundance #C6AF4C

Tints of Sundance #C6AF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.93%

R = 44.1%
G = 38.98%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6AF4C (or 0xC6AF4C) is known color: Sundance. HEX triplet: C6, AF and 4C. RGB value is (198,175,76). Sum of RGB (Red+Green+Blue) = 198+175+76=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF4C is #3950B3. Grayscale: #ABABAB. Windows color (decimal): -3756212 or 5025734. OLE color: 5025734.

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

Color convert

RGB 198 175 76 -
CMYK 0 0.12 0.62 0.22
HSL 48.69º 0.52% 0.54% -
HSV(B) 48.69º 0.62% 0.78% -
XYZ 39.92 43.19 13.07 -
YUV 170.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 198 175 76 0 0.12 0.62 0.22 48.69 0.52 0.54
Hex C6 AF 4C 0 C 3E 16 31 34 36
Octal 306 257 114 0 14 76 26 61 64 66
Binary 11000110 10101111 1001100 0 1100 111110 10110 110001 110100 110110

Color Harmonies of #C6AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF4C

Black with #C6AF4C

Text Example


Text Example

White with #C6AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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