#C4AD6B

Color #C4AD6B Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C4AD6B

Tints of Putty #C4AD6B

Color information

#C4AD6B (or 0xC4AD6B) is unknown color: approx Putty. HEX triplet: C4, AD and 6B. RGB value is (196,173,107). Sum of RGB (Red+Green+Blue) = 196+173+107=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD6B is #3B5294. Grayscale: #ACACAC. Windows color (decimal): -3887765 or 7056836. OLE color: 7056836.

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

Color convert

RGB196173107-
CMYK00.120.450.23
HSL44.49º43%59.41%-
HSV(B)44.49º45.41%76.86%-
XYZ40.3642.6820.02-
YUV172.3591.12144.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 107 (42.19% from 255) = 22.48%
R=41.18%
G=36.34%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617310700.120.450.2344.494359.41
HexC4AD6B0C2D172c2b3b
Octal3042551530145527545373
Binary110001001010110111010110110010110110111101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD6B; }

 p { color: rgb(196,173,107); }

 H1.HeaderClassName
 {
   color: #C4AD6B;
 }
 .AnyTagClassName
 {
   color: #C4AD6B;
 }
</style>
background-color css

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

 a { background-color: rgb(196,173,107); }

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

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

 span { border-color: rgb(196,173,107); }

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