Html Css Color HEX #C7A97A Putty

📋 copy color: '#C7A97A'

red 199 ◦ green 169 ◦ blue 122

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

Shades of Putty #C7A97A

Tints of Putty #C7A97A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 40.61%
G = 34.49%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7A97A (or 0xC7A97A) is known color: Putty. HEX triplet: C7, A9 and 7A. RGB value is (199,169,122). Sum of RGB (Red+Green+Blue) = 199+169+122=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A97A is #385685. Grayscale: #ACACAC. Windows color (decimal): -3692166 or 8038855. OLE color: 8038855.

HSL color Cylindrical-coordinate representation of color #C7A97A: hue angle of 36.62º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7A97A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 122 -
CMYK 0 0.15 0.39 0.22
HSL 36.62º 0.41% 0.63% -
HSV(B) 36.62º 0.39% 0.78% -
XYZ 41.25 41.92 24.33 -
YUV 172.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 199 169 122 0 0.15 0.39 0.22 36.62 0.41 0.63
Hex C7 A9 7A 0 F 27 16 25 29 3F
Octal 307 251 172 0 17 47 26 45 51 77
Binary 11000111 10101001 1111010 0 1111 100111 10110 100101 101001 111111

Color Harmonies of #C7A97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A97A

Black with #C7A97A

Text Example


Text Example

White with #C7A97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A97A; }

 p { color: rgb(199,169,122); }

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

background-color css

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

 a { background-color: rgb(199,169,122); }

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

border-color css

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

 span { border-color: rgb(199,169,122); }

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