Html Css Color HEX #C4A76D Putty

📋 copy color: '#C4A76D'

red 196 ◦ green 167 ◦ blue 109

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

Shades of Putty #C4A76D

Tints of Putty #C4A76D

RGB

 RED value IS 196 (76.95% from 255) = 41.53%

 GREEN value IS 167 (65.63% from 255) = 35.38%

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 41.53%
G = 35.38%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4A76D (or 0xC4A76D) is known color: Putty. HEX triplet: C4, A7 and 6D. RGB value is (196,167,109). Sum of RGB (Red+Green+Blue) = 196+167+109=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A76D is #3B5892. Grayscale: #A9A9A9. Windows color (decimal): -3889299 or 7186372. OLE color: 7186372.

HSL color Cylindrical-coordinate representation of color #C4A76D: hue angle of 40º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4A76D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 167 109 -
CMYK 0 0.15 0.44 0.23
HSL 40º 0.42% 0.6% -
HSV(B) 40º 0.44% 0.77% -
XYZ 39.34 40.48 20.21 -
YUV 169.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 196 167 109 0 0.15 0.44 0.23 40 0.42 0.6
Hex C4 A7 6D 0 F 2C 17 28 2A 3C
Octal 304 247 155 0 17 54 27 50 52 74
Binary 11000100 10100111 1101101 0 1111 101100 10111 101000 101010 111100

Color Harmonies of #C4A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A76D

Black with #C4A76D

Text Example


Text Example

White with #C4A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A76D; }

 p { color: rgb(196,167,109); }

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

background-color css

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

 a { background-color: rgb(196,167,109); }

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

border-color css

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

 span { border-color: rgb(196,167,109); }

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