Html Css Color HEX #C7AC6F Putty

📋 copy color: '#C7AC6F'

red 199 ◦ green 172 ◦ blue 111

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

Shades of Putty #C7AC6F

Tints of Putty #C7AC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 41.29%
G = 35.68%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7AC6F (or 0xC7AC6F) is known color: Putty. HEX triplet: C7, AC and 6F. RGB value is (199,172,111). Sum of RGB (Red+Green+Blue) = 199+172+111=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC6F is #385390. Grayscale: #ADADAD. Windows color (decimal): -3691409 or 7318727. OLE color: 7318727.

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

Color convert

RGB 199 172 111 -
CMYK 0 0.14 0.44 0.22
HSL 41.59º 0.44% 0.61% -
HSV(B) 41.59º 0.44% 0.78% -
XYZ 41.17 42.79 21.13 -
YUV 173.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 199 172 111 0 0.14 0.44 0.22 41.59 0.44 0.61
Hex C7 AC 6F 0 E 2C 16 2A 2C 3D
Octal 307 254 157 0 16 54 26 52 54 75
Binary 11000111 10101100 1101111 0 1110 101100 10110 101010 101100 111101

Color Harmonies of #C7AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC6F

Black with #C7AC6F

Text Example


Text Example

White with #C7AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC6F; }

 p { color: rgb(199,172,111); }

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

background-color css

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

 a { background-color: rgb(199,172,111); }

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

border-color css

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

 span { border-color: rgb(199,172,111); }

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