Html Css Color HEX #C7AA4C Sundance

📋 copy color: '#C7AA4C'

red 199 ◦ green 170 ◦ blue 76

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

Shades of Sundance #C7AA4C

Tints of Sundance #C7AA4C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.2%

 BLUE value IS 76 (30.08% from 255) = 17.08%

R = 44.72%
G = 38.2%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7AA4C (or 0xC7AA4C) is known color: Sundance. HEX triplet: C7, AA and 4C. RGB value is (199,170,76). Sum of RGB (Red+Green+Blue) = 199+170+76=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA4C is #3855B3. Grayscale: #A8A8A8. Windows color (decimal): -3691956 or 5024455. OLE color: 5024455.

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

Color convert

RGB 199 170 76 -
CMYK 0 0.15 0.62 0.22
HSL 45.85º 0.52% 0.54% -
HSV(B) 45.85º 0.62% 0.78% -
XYZ 39.23 41.41 12.76 -
YUV 167.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 199 170 76 0 0.15 0.62 0.22 45.85 0.52 0.54
Hex C7 AA 4C 0 F 3E 16 2E 34 36
Octal 307 252 114 0 17 76 26 56 64 66
Binary 11000111 10101010 1001100 0 1111 111110 10110 101110 110100 110110

Color Harmonies of #C7AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA4C

Black with #C7AA4C

Text Example


Text Example

White with #C7AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA4C; }

 p { color: rgb(199,170,76); }

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

background-color css

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

 a { background-color: rgb(199,170,76); }

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

border-color css

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

 span { border-color: rgb(199,170,76); }

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