Html Css Color HEX #C7A04F Sundance

📋 copy color: '#C7A04F'

red 199 ◦ green 160 ◦ blue 79

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

Shades of Sundance #C7A04F

Tints of Sundance #C7A04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 45.43%
G = 36.53%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7A04F (or 0xC7A04F) is known color: Sundance. HEX triplet: C7, A0 and 4F. RGB value is (199,160,79). Sum of RGB (Red+Green+Blue) = 199+160+79=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A04F is #385FB0. Grayscale: #A2A2A2. Windows color (decimal): -3694513 or 5218503. OLE color: 5218503.

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

Color convert

RGB 199 160 79 -
CMYK 0 0.20 0.60 0.22
HSL 40.5º 0.52% 0.55% -
HSV(B) 40.5º 0.6% 0.78% -
XYZ 37.54 37.85 12.72 -
YUV 162.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 199 160 79 0 0.20 0.60 0.22 40.5 0.52 0.55
Hex C7 A0 4F 0 14 3C 16 28 34 37
Octal 307 240 117 0 24 74 26 50 64 67
Binary 11000111 10100000 1001111 0 10100 111100 10110 101000 110100 110111

Color Harmonies of #C7A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A04F

Black with #C7A04F

Text Example


Text Example

White with #C7A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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