Html Css Color HEX #C7A047 Sundance

📋 copy color: '#C7A047'

red 199 ◦ green 160 ◦ blue 71

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

Shades of Sundance #C7A047

Tints of Sundance #C7A047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.21%

 BLUE value IS 71 (28.13% from 255) = 16.51%

R = 46.28%
G = 37.21%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C7A047 (or 0xC7A047) is known color: Sundance. HEX triplet: C7, A0 and 47. RGB value is (199,160,71). Sum of RGB (Red+Green+Blue) = 199+160+71=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A047 is #385FB8. Grayscale: #A1A1A1. Windows color (decimal): -3694521 or 4694215. OLE color: 4694215.

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

Color convert

RGB 199 160 71 -
CMYK 0 0.20 0.64 0.22
HSL 41.72º 0.53% 0.53% -
HSV(B) 41.72º 0.64% 0.78% -
XYZ 37.26 37.74 11.28 -
YUV 161.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 199 160 71 0 0.20 0.64 0.22 41.72 0.53 0.53
Hex C7 A0 47 0 14 40 16 2A 35 35
Octal 307 240 107 0 24 100 26 52 65 65
Binary 11000111 10100000 1000111 0 10100 1000000 10110 101010 110101 110101

Color Harmonies of #C7A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A047

Black with #C7A047

Text Example


Text Example

White with #C7A047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A047; }

 p { color: rgb(199,160,71); }

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

background-color css

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

 a { background-color: rgb(199,160,71); }

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

border-color css

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

 span { border-color: rgb(199,160,71); }

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