Html Css Color HEX #C7A54A Sundance

📋 copy color: '#C7A54A'

red 199 ◦ green 165 ◦ blue 74

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

Shades of Sundance #C7A54A

Tints of Sundance #C7A54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 45.43%
G = 37.67%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7A54A (or 0xC7A54A) is known color: Sundance. HEX triplet: C7, A5 and 4A. RGB value is (199,165,74). Sum of RGB (Red+Green+Blue) = 199+165+74=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A54A is #385AB5. Grayscale: #A5A5A5. Windows color (decimal): -3693238 or 4892103. OLE color: 4892103.

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

Color convert

RGB 199 165 74 -
CMYK 0 0.17 0.63 0.22
HSL 43.68º 0.53% 0.54% -
HSV(B) 43.68º 0.63% 0.78% -
XYZ 38.24 39.55 12.1 -
YUV 164.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 199 165 74 0 0.17 0.63 0.22 43.68 0.53 0.54
Hex C7 A5 4A 0 11 3F 16 2C 35 36
Octal 307 245 112 0 21 77 26 54 65 66
Binary 11000111 10100101 1001010 0 10001 111111 10110 101100 110101 110110

Color Harmonies of #C7A54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A54A

Black with #C7A54A

Text Example


Text Example

White with #C7A54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A54A; }

 p { color: rgb(199,165,74); }

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

background-color css

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

 a { background-color: rgb(199,165,74); }

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

border-color css

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

 span { border-color: rgb(199,165,74); }

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