Html Css Color HEX #C7AA4E Sundance

📋 copy color: '#C7AA4E'

red 199 ◦ green 170 ◦ blue 78

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

Shades of Sundance #C7AA4E

Tints of Sundance #C7AA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.45%

R = 44.52%
G = 38.03%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7AA4E (or 0xC7AA4E) is known color: Sundance. HEX triplet: C7, AA and 4E. RGB value is (199,170,78). Sum of RGB (Red+Green+Blue) = 199+170+78=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA4E is #3855B1. Grayscale: #A8A8A8. Windows color (decimal): -3691954 or 5155527. OLE color: 5155527.

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

Color convert

RGB 199 170 78 -
CMYK 0 0.15 0.61 0.22
HSL 45.62º 0.52% 0.54% -
HSV(B) 45.62º 0.61% 0.78% -
XYZ 39.3 41.44 13.14 -
YUV 168.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 199 170 78 0 0.15 0.61 0.22 45.62 0.52 0.54
Hex C7 AA 4E 0 F 3D 16 2E 34 36
Octal 307 252 116 0 17 75 26 56 64 66
Binary 11000111 10101010 1001110 0 1111 111101 10110 101110 110100 110110

Color Harmonies of #C7AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA4E

Black with #C7AA4E

Text Example


Text Example

White with #C7AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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