Html Css Color HEX #C7A66B Putty

📋 copy color: '#C7A66B'

red 199 ◦ green 166 ◦ blue 107

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

Shades of Putty #C7A66B

Tints of Putty #C7A66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 42.16%
G = 35.17%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7A66B (or 0xC7A66B) is known color: Putty. HEX triplet: C7, A6 and 6B. RGB value is (199,166,107). Sum of RGB (Red+Green+Blue) = 199+166+107=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A66B is #385994. Grayscale: #A9A9A9. Windows color (decimal): -3692949 or 7055047. OLE color: 7055047.

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

Color convert

RGB 199 166 107 -
CMYK 0 0.17 0.46 0.22
HSL 38.48º 0.45% 0.6% -
HSV(B) 38.48º 0.46% 0.78% -
XYZ 39.84 40.48 19.62 -
YUV 169.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 199 166 107 0 0.17 0.46 0.22 38.48 0.45 0.6
Hex C7 A6 6B 0 11 2E 16 26 2D 3C
Octal 307 246 153 0 21 56 26 46 55 74
Binary 11000111 10100110 1101011 0 10001 101110 10110 100110 101101 111100

Color Harmonies of #C7A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A66B

Black with #C7A66B

Text Example


Text Example

White with #C7A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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