#C9B26A

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

Shades of Putty #C9B26A

Tints of Putty #C9B26A

Color information

#C9B26A (or 0xC9B26A) is unknown color: approx Putty. HEX triplet: C9, B2 and 6A. RGB value is (201,178,106). Sum of RGB (Red+Green+Blue) = 201+178+106=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B26A is #364D95. Grayscale: #B0B0B0. Windows color (decimal): -3558806 or 6992585. OLE color: 6992585.

HSL color Cylindrical-coordinate representation of color #C9B26A: hue angle of 45.47º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9B26A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201178106-
CMYK00.110.470.21
HSL45.47º46.8%60.2%-
HSV(B)45.47º47.26%78.82%-
XYZ42.6145.320.13-
YUV176.6788.12145.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=41.44%
G=36.70%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117810600.110.470.2145.4746.860.2
HexC9B26A0B2F152d2f3c
Octal3112621520135725555774
Binary110010011011001011010100101110111110101101101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B26A; }

 p { color: rgb(201,178,106); }

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

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

 a { background-color: rgb(201,178,106); }

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

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

 span { border-color: rgb(201,178,106); }

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