Html Css Color HEX #C7A94A Sundance

📋 copy color: '#C7A94A'

red 199 ◦ green 169 ◦ blue 74

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

Shades of Sundance #C7A94A

Tints of Sundance #C7A94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.24%

 BLUE value IS 74 (29.3% from 255) = 16.74%

R = 45.02%
G = 38.24%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7A94A (or 0xC7A94A) is known color: Sundance. HEX triplet: C7, A9 and 4A. RGB value is (199,169,74). Sum of RGB (Red+Green+Blue) = 199+169+74=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A94A is #3856B5. Grayscale: #A7A7A7. Windows color (decimal): -3692214 or 4893127. OLE color: 4893127.

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

Color convert

RGB 199 169 74 -
CMYK 0 0.15 0.63 0.22
HSL 45.6º 0.53% 0.54% -
HSV(B) 45.6º 0.63% 0.78% -
XYZ 38.98 41.01 12.34 -
YUV 167.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 199 169 74 0 0.15 0.63 0.22 45.6 0.53 0.54
Hex C7 A9 4A 0 F 3F 16 2E 35 36
Octal 307 251 112 0 17 77 26 56 65 66
Binary 11000111 10101001 1001010 0 1111 111111 10110 101110 110101 110110

Color Harmonies of #C7A94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A94A

Black with #C7A94A

Text Example


Text Example

White with #C7A94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A94A; }

 p { color: rgb(199,169,74); }

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

background-color css

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

 a { background-color: rgb(199,169,74); }

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

border-color css

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

 span { border-color: rgb(199,169,74); }

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