#CBB16E

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

Shades of Putty #CBB16E

Tints of Putty #CBB16E

Color information

#CBB16E (or 0xCBB16E) is unknown color: approx Putty. HEX triplet: CB, B1 and 6E. RGB value is (203,177,110). Sum of RGB (Red+Green+Blue) = 203+177+110=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB16E is #344E91. Grayscale: #B1B1B1. Windows color (decimal): -3427986 or 7254475. OLE color: 7254475.

HSL color Cylindrical-coordinate representation of color #CBB16E: hue angle of 43.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBB16E is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203177110-
CMYK00.130.460.20
HSL43.23º47.21%61.37%-
HSV(B)43.23º45.81%79.61%-
XYZ43.1745.2721.21-
YUV177.1490.11146.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 110 (43.36% from 255) = 22.45%
R=41.43%
G=36.12%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317711000.130.460.2043.2347.2161.37
HexCBB16E0D2E142b2f3d
Octal3132611560155624535775
Binary110010111011000111011100110110111010100101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB16E; }

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

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

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

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

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

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

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

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