Html Css Color HEX #C7A64F Sundance

📋 copy color: '#C7A64F'

red 199 ◦ green 166 ◦ blue 79

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

Shades of Sundance #C7A64F

Tints of Sundance #C7A64F

RGB

 RED value IS 199 (78.13% from 255) = 44.82%

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 79 (31.25% from 255) = 17.79%

R = 44.82%
G = 37.39%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7A64F (or 0xC7A64F) is known color: Sundance. HEX triplet: C7, A6 and 4F. RGB value is (199,166,79). Sum of RGB (Red+Green+Blue) = 199+166+79=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A64F is #3859B0. Grayscale: #A6A6A6. Windows color (decimal): -3692977 or 5220039. OLE color: 5220039.

HSL color Cylindrical-coordinate representation of color #C7A64F: hue angle of 43.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7A64F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 166 79 -
CMYK 0 0.17 0.60 0.22
HSL 43.5º 0.52% 0.55% -
HSV(B) 43.5º 0.6% 0.78% -
XYZ 38.6 39.98 13.08 -
YUV 165.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 199 166 79 0 0.17 0.60 0.22 43.5 0.52 0.55
Hex C7 A6 4F 0 11 3C 16 2C 34 37
Octal 307 246 117 0 21 74 26 54 64 67
Binary 11000111 10100110 1001111 0 10001 111100 10110 101100 110100 110111

Color Harmonies of #C7A64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A64F

Black with #C7A64F

Text Example


Text Example

White with #C7A64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A64F; }

 p { color: rgb(199,166,79); }

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

background-color css

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

 a { background-color: rgb(199,166,79); }

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

border-color css

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

 span { border-color: rgb(199,166,79); }

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