Html Css Color HEX #C7AD46 Sundance

📋 copy color: '#C7AD46'

red 199 ◦ green 173 ◦ blue 70

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

Shades of Sundance #C7AD46

Tints of Sundance #C7AD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.84%

R = 45.02%
G = 39.14%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7AD46 (or 0xC7AD46) is known color: Sundance. HEX triplet: C7, AD and 46. RGB value is (199,173,70). Sum of RGB (Red+Green+Blue) = 199+173+70=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD46 is #3852B9. Grayscale: #A9A9A9. Windows color (decimal): -3691194 or 4632007. OLE color: 4632007.

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

Color convert

RGB 199 173 70 -
CMYK 0 0.13 0.65 0.22
HSL 47.91º 0.54% 0.53% -
HSV(B) 47.91º 0.65% 0.78% -
XYZ 39.6 42.47 11.9 -
YUV 169.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 199 173 70 0 0.13 0.65 0.22 47.91 0.54 0.53
Hex C7 AD 46 0 D 41 16 30 36 35
Octal 307 255 106 0 15 101 26 60 66 65
Binary 11000111 10101101 1000110 0 1101 1000001 10110 110000 110110 110101

Color Harmonies of #C7AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD46

Black with #C7AD46

Text Example


Text Example

White with #C7AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD46; }

 p { color: rgb(199,173,70); }

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

background-color css

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

 a { background-color: rgb(199,173,70); }

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

border-color css

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

 span { border-color: rgb(199,173,70); }

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