Html Css Color HEX #C7AC74 Putty

📋 copy color: '#C7AC74'

red 199 ◦ green 172 ◦ blue 116

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

Shades of Putty #C7AC74

Tints of Putty #C7AC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 40.86%
G = 35.32%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7AC74 (or 0xC7AC74) is known color: Putty. HEX triplet: C7, AC and 74. RGB value is (199,172,116). Sum of RGB (Red+Green+Blue) = 199+172+116=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC74 is #38538B. Grayscale: #ADADAD. Windows color (decimal): -3691404 or 7646407. OLE color: 7646407.

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

Color convert

RGB 199 172 116 -
CMYK 0 0.14 0.42 0.22
HSL 40.48º 0.43% 0.62% -
HSV(B) 40.48º 0.42% 0.78% -
XYZ 41.46 42.91 22.62 -
YUV 173.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 199 172 116 0 0.14 0.42 0.22 40.48 0.43 0.62
Hex C7 AC 74 0 E 2A 16 28 2B 3E
Octal 307 254 164 0 16 52 26 50 53 76
Binary 11000111 10101100 1110100 0 1110 101010 10110 101000 101011 111110

Color Harmonies of #C7AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC74

Black with #C7AC74

Text Example


Text Example

White with #C7AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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