#CBA86E

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

Shades of Putty #CBA86E

Tints of Putty #CBA86E

Color information

#CBA86E (or 0xCBA86E) is unknown color: approx Putty. HEX triplet: CB, A8 and 6E. RGB value is (203,168,110). Sum of RGB (Red+Green+Blue) = 203+168+110=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA86E is #345791. Grayscale: #ACACAC. Windows color (decimal): -3430290 or 7252171. OLE color: 7252171.

HSL color Cylindrical-coordinate representation of color #CBA86E: hue angle of 37.42º 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 #CBA86E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203168110-
CMYK00.170.460.20
HSL37.42º47.21%61.37%-
HSV(B)37.42º45.81%79.61%-
XYZ41.4541.8320.64-
YUV171.8593.1150.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=42.20%
G=34.93%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316811000.170.460.2037.4247.2161.37
HexCBA86E0112E14252f3d
Octal3132501560215624455775
Binary1100101110101000110111001000110111010100100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA86E; }

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

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

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

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

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

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

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

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