Html Css Color HEX #C6AF48 Sundance

📋 copy color: '#C6AF48'

red 198 ◦ green 175 ◦ blue 72

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

Shades of Sundance #C6AF48

Tints of Sundance #C6AF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.18%

R = 44.49%
G = 39.33%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6AF48 (or 0xC6AF48) is known color: Sundance. HEX triplet: C6, AF and 48. RGB value is (198,175,72). Sum of RGB (Red+Green+Blue) = 198+175+72=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF48 is #3950B7. Grayscale: #AAAAAA. Windows color (decimal): -3756216 or 4763590. OLE color: 4763590.

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

Color convert

RGB 198 175 72 -
CMYK 0 0.12 0.64 0.22
HSL 49.05º 0.53% 0.53% -
HSV(B) 49.05º 0.64% 0.78% -
XYZ 39.79 43.13 12.36 -
YUV 170.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 198 175 72 0 0.12 0.64 0.22 49.05 0.53 0.53
Hex C6 AF 48 0 C 40 16 31 34 35
Octal 306 257 110 0 14 100 26 61 64 65
Binary 11000110 10101111 1001000 0 1100 1000000 10110 110001 110100 110101

Color Harmonies of #C6AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF48

Black with #C6AF48

Text Example


Text Example

White with #C6AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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