Html Css Color HEX #C7A945 Sundance

📋 copy color: '#C7A945'

red 199 ◦ green 169 ◦ blue 69

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

Shades of Sundance #C7A945

Tints of Sundance #C7A945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.79%

R = 45.54%
G = 38.67%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7A945 (or 0xC7A945) is known color: Sundance. HEX triplet: C7, A9 and 45. RGB value is (199,169,69). Sum of RGB (Red+Green+Blue) = 199+169+69=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A945 is #3856BA. Grayscale: #A7A7A7. Windows color (decimal): -3692219 or 4565447. OLE color: 4565447.

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

Color convert

RGB 199 169 69 -
CMYK 0 0.15 0.65 0.22
HSL 46.15º 0.54% 0.53% -
HSV(B) 46.15º 0.65% 0.78% -
XYZ 38.82 40.95 11.49 -
YUV 166.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 199 169 69 0 0.15 0.65 0.22 46.15 0.54 0.53
Hex C7 A9 45 0 F 41 16 2E 36 35
Octal 307 251 105 0 17 101 26 56 66 65
Binary 11000111 10101001 1000101 0 1111 1000001 10110 101110 110110 110101

Color Harmonies of #C7A945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A945

Black with #C7A945

Text Example


Text Example

White with #C7A945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A945; }

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

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

background-color css

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

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

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

border-color css

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

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

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