#CBAA6F

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

Shades of Putty #CBAA6F

Tints of Putty #CBAA6F

Color information

#CBAA6F (or 0xCBAA6F) is unknown color: approx Putty. HEX triplet: CB, AA and 6F. RGB value is (203,170,111). Sum of RGB (Red+Green+Blue) = 203+170+111=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA6F is #345590. Grayscale: #ADADAD. Windows color (decimal): -3429777 or 7318219. OLE color: 7318219.

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

Color convert

RGB203170111-
CMYK00.160.450.20
HSL38.48º46.94%61.57%-
HSV(B)38.48º45.32%79.61%-
XYZ41.8742.5921.05-
YUV173.1492.93149.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=41.94%
G=35.12%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317011100.160.450.2038.4846.9461.57
HexCBAA6F0102D14262f3e
Octal3132521570205524465776
Binary1100101110101010110111101000010110110100100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA6F; }

 p { color: rgb(203,170,111); }

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

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

 a { background-color: rgb(203,170,111); }

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

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

 span { border-color: rgb(203,170,111); }

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