Html Css Color HEX #C6AC41 Sundance

📋 copy color: '#C6AC41'

red 198 ◦ green 172 ◦ blue 65

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

Shades of Sundance #C6AC41

Tints of Sundance #C6AC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.54%

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 45.52%
G = 39.54%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C6AC41 (or 0xC6AC41) is known color: Sundance. HEX triplet: C6, AC and 41. RGB value is (198,172,65). Sum of RGB (Red+Green+Blue) = 198+172+65=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC41 is #3953BE. Grayscale: #A8A8A8. Windows color (decimal): -3756991 or 4304070. OLE color: 4304070.

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

Color convert

RGB 198 172 65 -
CMYK 0 0.13 0.67 0.22
HSL 48.27º 0.54% 0.52% -
HSV(B) 48.27º 0.67% 0.78% -
XYZ 39 41.89 11.03 -
YUV 167.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 198 172 65 0 0.13 0.67 0.22 48.27 0.54 0.52
Hex C6 AC 41 0 D 43 16 30 36 34
Octal 306 254 101 0 15 103 26 60 66 64
Binary 11000110 10101100 1000001 0 1101 1000011 10110 110000 110110 110100

Color Harmonies of #C6AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC41

Black with #C6AC41

Text Example


Text Example

White with #C6AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC41; }

 p { color: rgb(198,172,65); }

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

background-color css

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

 a { background-color: rgb(198,172,65); }

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

border-color css

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

 span { border-color: rgb(198,172,65); }

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