Html Css Color HEX #C7A96B Putty

📋 copy color: '#C7A96B'

red 199 ◦ green 169 ◦ blue 107

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

Shades of Putty #C7A96B

Tints of Putty #C7A96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 41.89%
G = 35.58%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7A96B (or 0xC7A96B) is known color: Putty. HEX triplet: C7, A9 and 6B. RGB value is (199,169,107). Sum of RGB (Red+Green+Blue) = 199+169+107=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A96B is #385694. Grayscale: #ABABAB. Windows color (decimal): -3692181 or 7055815. OLE color: 7055815.

HSL color Cylindrical-coordinate representation of color #C7A96B: hue angle of 40.43º 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 #C7A96B is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 107 -
CMYK 0 0.15 0.46 0.22
HSL 40.43º 0.45% 0.6% -
HSV(B) 40.43º 0.46% 0.78% -
XYZ 40.4 41.58 19.81 -
YUV 170.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 199 169 107 0 0.15 0.46 0.22 40.43 0.45 0.6
Hex C7 A9 6B 0 F 2E 16 28 2D 3C
Octal 307 251 153 0 17 56 26 50 55 74
Binary 11000111 10101001 1101011 0 1111 101110 10110 101000 101101 111100

Color Harmonies of #C7A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A96B

Black with #C7A96B

Text Example


Text Example

White with #C7A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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