Html Css Color HEX #C7A74A Sundance

📋 copy color: '#C7A74A'

red 199 ◦ green 167 ◦ blue 74

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

Shades of Sundance #C7A74A

Tints of Sundance #C7A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 45.23%
G = 37.95%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7A74A (or 0xC7A74A) is known color: Sundance. HEX triplet: C7, A7 and 4A. RGB value is (199,167,74). Sum of RGB (Red+Green+Blue) = 199+167+74=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A74A is #3858B5. Grayscale: #A6A6A6. Windows color (decimal): -3692726 or 4892615. OLE color: 4892615.

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

Color convert

RGB 199 167 74 -
CMYK 0 0.16 0.63 0.22
HSL 44.64º 0.53% 0.54% -
HSV(B) 44.64º 0.63% 0.78% -
XYZ 38.61 40.27 12.22 -
YUV 165.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 199 167 74 0 0.16 0.63 0.22 44.64 0.53 0.54
Hex C7 A7 4A 0 10 3F 16 2D 35 36
Octal 307 247 112 0 20 77 26 55 65 66
Binary 11000111 10100111 1001010 0 10000 111111 10110 101101 110101 110110

Color Harmonies of #C7A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A74A

Black with #C7A74A

Text Example


Text Example

White with #C7A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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