Html Css Color HEX #C7AE6D Putty

📋 copy color: '#C7AE6D'

red 199 ◦ green 174 ◦ blue 109

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

Shades of Putty #C7AE6D

Tints of Putty #C7AE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 41.29%
G = 36.1%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7AE6D (or 0xC7AE6D) is known color: Putty. HEX triplet: C7, AE and 6D. RGB value is (199,174,109). Sum of RGB (Red+Green+Blue) = 199+174+109=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE6D is #385192. Grayscale: #AEAEAE. Windows color (decimal): -3690899 or 7188167. OLE color: 7188167.

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

Color convert

RGB 199 174 109 -
CMYK 0 0.13 0.45 0.22
HSL 43.33º 0.45% 0.6% -
HSV(B) 43.33º 0.45% 0.78% -
XYZ 41.45 43.52 20.68 -
YUV 174.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 199 174 109 0 0.13 0.45 0.22 43.33 0.45 0.6
Hex C7 AE 6D 0 D 2D 16 2B 2D 3C
Octal 307 256 155 0 15 55 26 53 55 74
Binary 11000111 10101110 1101101 0 1101 101101 10110 101011 101101 111100

Color Harmonies of #C7AE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AE6D

Black with #C7AE6D

Text Example


Text Example

White with #C7AE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AE6D; }

 p { color: rgb(199,174,109); }

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

background-color css

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

 a { background-color: rgb(199,174,109); }

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

border-color css

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

 span { border-color: rgb(199,174,109); }

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