Html Css Color HEX #C7AB4A Sundance

📋 copy color: '#C7AB4A'

red 199 ◦ green 171 ◦ blue 74

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

Shades of Sundance #C7AB4A

Tints of Sundance #C7AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

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

R = 44.82%
G = 38.51%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7AB4A (or 0xC7AB4A) is known color: Sundance. HEX triplet: C7, AB and 4A. RGB value is (199,171,74). Sum of RGB (Red+Green+Blue) = 199+171+74=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AB4A is #3854B5. Grayscale: #A8A8A8. Windows color (decimal): -3691702 or 4893639. OLE color: 4893639.

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

Color convert

RGB 199 171 74 -
CMYK 0 0.14 0.63 0.22
HSL 46.56º 0.53% 0.54% -
HSV(B) 46.56º 0.63% 0.78% -
XYZ 39.35 41.76 12.47 -
YUV 168.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 199 171 74 0 0.14 0.63 0.22 46.56 0.53 0.54
Hex C7 AB 4A 0 E 3F 16 2F 35 36
Octal 307 253 112 0 16 77 26 57 65 66
Binary 11000111 10101011 1001010 0 1110 111111 10110 101111 110101 110110

Color Harmonies of #C7AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB4A

Black with #C7AB4A

Text Example


Text Example

White with #C7AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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