Html Css Color HEX #C6AD48 Sundance

📋 copy color: '#C6AD48'

red 198 ◦ green 173 ◦ blue 72

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

Shades of Sundance #C6AD48

Tints of Sundance #C6AD48

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

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

R = 44.7%
G = 39.05%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6AD48 (or 0xC6AD48) is known color: Sundance. HEX triplet: C6, AD and 48. RGB value is (198,173,72). Sum of RGB (Red+Green+Blue) = 198+173+72=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD48 is #3952B7. Grayscale: #A9A9A9. Windows color (decimal): -3756728 or 4763078. OLE color: 4763078.

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

Color convert

RGB 198 173 72 -
CMYK 0 0.13 0.64 0.22
HSL 48.1º 0.53% 0.53% -
HSV(B) 48.1º 0.64% 0.78% -
XYZ 39.4 42.36 12.23 -
YUV 168.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 198 173 72 0 0.13 0.64 0.22 48.1 0.53 0.53
Hex C6 AD 48 0 D 40 16 30 34 35
Octal 306 255 110 0 15 100 26 60 64 65
Binary 11000110 10101101 1001000 0 1101 1000000 10110 110000 110100 110101

Color Harmonies of #C6AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD48

Black with #C6AD48

Text Example


Text Example

White with #C6AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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