Html Css Color HEX #C6A94C Sundance

📋 copy color: '#C6A94C'

red 198 ◦ green 169 ◦ blue 76

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

Shades of Sundance #C6A94C

Tints of Sundance #C6A94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

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

R = 44.7%
G = 38.15%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6A94C (or 0xC6A94C) is known color: Sundance. HEX triplet: C6, A9 and 4C. RGB value is (198,169,76). Sum of RGB (Red+Green+Blue) = 198+169+76=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A94C is #3956B3. Grayscale: #A7A7A7. Windows color (decimal): -3757748 or 5024198. OLE color: 5024198.

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

Color convert

RGB 198 169 76 -
CMYK 0 0.15 0.62 0.22
HSL 45.74º 0.52% 0.54% -
HSV(B) 45.74º 0.62% 0.78% -
XYZ 38.78 40.9 12.69 -
YUV 167.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 198 169 76 0 0.15 0.62 0.22 45.74 0.52 0.54
Hex C6 A9 4C 0 F 3E 16 2E 34 36
Octal 306 251 114 0 17 76 26 56 64 66
Binary 11000110 10101001 1001100 0 1111 111110 10110 101110 110100 110110

Color Harmonies of #C6A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A94C

Black with #C6A94C

Text Example


Text Example

White with #C6A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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