Html Css Color HEX #C6A949 Sundance

📋 copy color: '#C6A949'

red 198 ◦ green 169 ◦ blue 73

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

Shades of Sundance #C6A949

Tints of Sundance #C6A949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 45%
G = 38.41%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6A949 (or 0xC6A949) is known color: Sundance. HEX triplet: C6, A9 and 49. RGB value is (198,169,73). Sum of RGB (Red+Green+Blue) = 198+169+73=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A949 is #3956B6. Grayscale: #A7A7A7. Windows color (decimal): -3757751 or 4827590. OLE color: 4827590.

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

Color convert

RGB 198 169 73 -
CMYK 0 0.15 0.63 0.22
HSL 46.08º 0.52% 0.53% -
HSV(B) 46.08º 0.63% 0.78% -
XYZ 38.68 40.86 12.15 -
YUV 166.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 198 169 73 0 0.15 0.63 0.22 46.08 0.52 0.53
Hex C6 A9 49 0 F 3F 16 2E 34 35
Octal 306 251 111 0 17 77 26 56 64 65
Binary 11000110 10101001 1001001 0 1111 111111 10110 101110 110100 110101

Color Harmonies of #C6A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A949

Black with #C6A949

Text Example


Text Example

White with #C6A949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A949; }

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

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

background-color css

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

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

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

border-color css

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

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

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