Html Css Color HEX #C6AA48 Sundance

📋 copy color: '#C6AA48'

red 198 ◦ green 170 ◦ blue 72

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

Shades of Sundance #C6AA48

Tints of Sundance #C6AA48

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.64%

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

R = 45%
G = 38.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6AA48 (or 0xC6AA48) is known color: Sundance. HEX triplet: C6, AA and 48. RGB value is (198,170,72). Sum of RGB (Red+Green+Blue) = 198+170+72=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA48 is #3955B7. Grayscale: #A7A7A7. Windows color (decimal): -3757496 or 4762310. OLE color: 4762310.

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

Color convert

RGB 198 170 72 -
CMYK 0 0.14 0.64 0.22
HSL 46.67º 0.53% 0.53% -
HSV(B) 46.67º 0.64% 0.78% -
XYZ 38.83 41.22 12.04 -
YUV 167.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 198 170 72 0 0.14 0.64 0.22 46.67 0.53 0.53
Hex C6 AA 48 0 E 40 16 2F 34 35
Octal 306 252 110 0 16 100 26 57 64 65
Binary 11000110 10101010 1001000 0 1110 1000000 10110 101111 110100 110101

Color Harmonies of #C6AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA48

Black with #C6AA48

Text Example


Text Example

White with #C6AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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