#CBA86D

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

Shades of Putty #CBA86D

Tints of Putty #CBA86D

Color information

#CBA86D (or 0xCBA86D) is unknown color: approx Putty. HEX triplet: CB, A8 and 6D. RGB value is (203,168,109). Sum of RGB (Red+Green+Blue) = 203+168+109=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA86D is #345792. Grayscale: #ACACAC. Windows color (decimal): -3430291 or 7186635. OLE color: 7186635.

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

Color convert

RGB203168109-
CMYK00.170.460.20
HSL37.66º47.47%61.18%-
HSV(B)37.66º46.31%79.61%-
XYZ41.3941.8120.36-
YUV171.7492.6150.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=42.29%
G=35%
B=22.71%

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
Decimal20316810900.170.460.2037.6647.4761.18
HexCBA86D0112E14262f3d
Octal3132501550215624465775
Binary1100101110101000110110101000110111010100100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA86D; }

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

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

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

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

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

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

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

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