Html Css Color HEX #C7A04D Sundance

📋 copy color: '#C7A04D'

red 199 ◦ green 160 ◦ blue 77

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

Shades of Sundance #C7A04D

Tints of Sundance #C7A04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.66%

R = 45.64%
G = 36.7%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7A04D (or 0xC7A04D) is known color: Sundance. HEX triplet: C7, A0 and 4D. RGB value is (199,160,77). Sum of RGB (Red+Green+Blue) = 199+160+77=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A04D is #385FB2. Grayscale: #A2A2A2. Windows color (decimal): -3694515 or 5087431. OLE color: 5087431.

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

Color convert

RGB 199 160 77 -
CMYK 0 0.20 0.61 0.22
HSL 40.82º 0.52% 0.54% -
HSV(B) 40.82º 0.61% 0.78% -
XYZ 37.46 37.82 12.35 -
YUV 162.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 199 160 77 0 0.20 0.61 0.22 40.82 0.52 0.54
Hex C7 A0 4D 0 14 3D 16 29 34 36
Octal 307 240 115 0 24 75 26 51 64 66
Binary 11000111 10100000 1001101 0 10100 111101 10110 101001 110100 110110

Color Harmonies of #C7A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A04D

Black with #C7A04D

Text Example


Text Example

White with #C7A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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