#CBA56F

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

Shades of Putty #CBA56F

Tints of Putty #CBA56F

Color information

#CBA56F (or 0xCBA56F) is unknown color: approx Putty. HEX triplet: CB, A5 and 6F. RGB value is (203,165,111). Sum of RGB (Red+Green+Blue) = 203+165+111=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56F is #345A90. Grayscale: #AAAAAA. Windows color (decimal): -3431057 or 7316939. OLE color: 7316939.

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

Color convert

RGB203165111-
CMYK00.190.450.20
HSL35.22º46.94%61.57%-
HSV(B)35.22º45.32%79.61%-
XYZ40.9540.7520.75-
YUV170.2194.59151.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=42.38%
G=34.45%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316511100.190.450.2035.2246.9461.57
HexCBA56F0132D14232f3e
Octal3132451570235524435776
Binary1100101110100101110111101001110110110100100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA56F; }

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

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

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

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

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

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

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

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