Html Css Color HEX #C7B16E Putty

📋 copy color: '#C7B16E'

red 199 ◦ green 177 ◦ blue 110

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

Shades of Putty #C7B16E

Tints of Putty #C7B16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.42%

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 40.95%
G = 36.42%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7B16E (or 0xC7B16E) is known color: Putty. HEX triplet: C7, B1 and 6E. RGB value is (199,177,110). Sum of RGB (Red+Green+Blue) = 199+177+110=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B16E is #384E91. Grayscale: #B0B0B0. Windows color (decimal): -3690130 or 7254471. OLE color: 7254471.

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

Color convert

RGB 199 177 110 -
CMYK 0 0.11 0.45 0.22
HSL 45.17º 0.44% 0.61% -
HSV(B) 45.17º 0.45% 0.78% -
XYZ 42.09 44.71 21.16 -
YUV 175.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 199 177 110 0 0.11 0.45 0.22 45.17 0.44 0.61
Hex C7 B1 6E 0 B 2D 16 2D 2C 3D
Octal 307 261 156 0 13 55 26 55 54 75
Binary 11000111 10110001 1101110 0 1011 101101 10110 101101 101100 111101

Color Harmonies of #C7B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B16E

Black with #C7B16E

Text Example


Text Example

White with #C7B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B16E; }

 p { color: rgb(199,177,110); }

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

background-color css

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

 a { background-color: rgb(199,177,110); }

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

border-color css

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

 span { border-color: rgb(199,177,110); }

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