Html Css Color HEX #C7A04B Sundance

📋 copy color: '#C7A04B'

red 199 ◦ green 160 ◦ blue 75

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

Shades of Sundance #C7A04B

Tints of Sundance #C7A04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.28%

R = 45.85%
G = 36.87%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7A04B (or 0xC7A04B) is known color: Sundance. HEX triplet: C7, A0 and 4B. RGB value is (199,160,75). Sum of RGB (Red+Green+Blue) = 199+160+75=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A04B is #385FB4. Grayscale: #A2A2A2. Windows color (decimal): -3694517 or 4956359. OLE color: 4956359.

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

Color convert

RGB 199 160 75 -
CMYK 0 0.20 0.62 0.22
HSL 41.13º 0.53% 0.54% -
HSV(B) 41.13º 0.62% 0.78% -
XYZ 37.39 37.79 11.98 -
YUV 161.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 199 160 75 0 0.20 0.62 0.22 41.13 0.53 0.54
Hex C7 A0 4B 0 14 3E 16 29 35 36
Octal 307 240 113 0 24 76 26 51 65 66
Binary 11000111 10100000 1001011 0 10100 111110 10110 101001 110101 110110

Color Harmonies of #C7A04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A04B

Black with #C7A04B

Text Example


Text Example

White with #C7A04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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