Html Css Color HEX #C4A96F Putty

📋 copy color: '#C4A96F'

red 196 ◦ green 169 ◦ blue 111

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

Shades of Putty #C4A96F

Tints of Putty #C4A96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 41.18%
G = 35.5%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4A96F (or 0xC4A96F) is known color: Putty. HEX triplet: C4, A9 and 6F. RGB value is (196,169,111). Sum of RGB (Red+Green+Blue) = 196+169+111=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A96F is #3B5690. Grayscale: #AAAAAA. Windows color (decimal): -3888785 or 7317956. OLE color: 7317956.

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

Color convert

RGB 196 169 111 -
CMYK 0 0.14 0.43 0.23
HSL 40.94º 0.42% 0.6% -
HSV(B) 40.94º 0.43% 0.77% -
XYZ 39.82 41.26 20.9 -
YUV 170.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 196 169 111 0 0.14 0.43 0.23 40.94 0.42 0.6
Hex C4 A9 6F 0 E 2B 17 29 2A 3C
Octal 304 251 157 0 16 53 27 51 52 74
Binary 11000100 10101001 1101111 0 1110 101011 10111 101001 101010 111100

Color Harmonies of #C4A96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A96F

Black with #C4A96F

Text Example


Text Example

White with #C4A96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A96F; }

 p { color: rgb(196,169,111); }

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

background-color css

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

 a { background-color: rgb(196,169,111); }

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

border-color css

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

 span { border-color: rgb(196,169,111); }

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