Html Css Color HEX #C6AF4A Sundance

📋 copy color: '#C6AF4A'

red 198 ◦ green 175 ◦ blue 74

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

Shades of Sundance #C6AF4A

Tints of Sundance #C6AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.55%

R = 44.3%
G = 39.15%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6AF4A (or 0xC6AF4A) is known color: Sundance. HEX triplet: C6, AF and 4A. RGB value is (198,175,74). Sum of RGB (Red+Green+Blue) = 198+175+74=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF4A is #3950B5. Grayscale: #AAAAAA. Windows color (decimal): -3756214 or 4894662. OLE color: 4894662.

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

Color convert

RGB 198 175 74 -
CMYK 0 0.12 0.63 0.22
HSL 48.87º 0.52% 0.53% -
HSV(B) 48.87º 0.63% 0.78% -
XYZ 39.85 43.16 12.71 -
YUV 170.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 198 175 74 0 0.12 0.63 0.22 48.87 0.52 0.53
Hex C6 AF 4A 0 C 3F 16 31 34 35
Octal 306 257 112 0 14 77 26 61 64 65
Binary 11000110 10101111 1001010 0 1100 111111 10110 110001 110100 110101

Color Harmonies of #C6AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF4A

Black with #C6AF4A

Text Example


Text Example

White with #C6AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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