Html Css Color HEX #C7AE6C Putty

📋 copy color: '#C7AE6C'

red 199 ◦ green 174 ◦ blue 108

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

Shades of Putty #C7AE6C

Tints of Putty #C7AE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 41.37%
G = 36.17%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7AE6C (or 0xC7AE6C) is known color: Putty. HEX triplet: C7, AE and 6C. RGB value is (199,174,108). Sum of RGB (Red+Green+Blue) = 199+174+108=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE6C is #385193. Grayscale: #AEAEAE. Windows color (decimal): -3690900 or 7122631. OLE color: 7122631.

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

Color convert

RGB 199 174 108 -
CMYK 0 0.13 0.46 0.22
HSL 43.52º 0.45% 0.6% -
HSV(B) 43.52º 0.46% 0.78% -
XYZ 41.4 43.5 20.4 -
YUV 173.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 199 174 108 0 0.13 0.46 0.22 43.52 0.45 0.6
Hex C7 AE 6C 0 D 2E 16 2C 2D 3C
Octal 307 256 154 0 15 56 26 54 55 74
Binary 11000111 10101110 1101100 0 1101 101110 10110 101100 101101 111100

Color Harmonies of #C7AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AE6C

Black with #C7AE6C

Text Example


Text Example

White with #C7AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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