#CBA56E

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

Shades of Putty #CBA56E

Tints of Putty #CBA56E

Color information

#CBA56E (or 0xCBA56E) is unknown color: approx Putty. HEX triplet: CB, A5 and 6E. RGB value is (203,165,110). Sum of RGB (Red+Green+Blue) = 203+165+110=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56E is #345A91. Grayscale: #AAAAAA. Windows color (decimal): -3431058 or 7251403. OLE color: 7251403.

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

Color convert

RGB203165110-
CMYK00.190.460.20
HSL35.48º47.21%61.37%-
HSV(B)35.48º45.81%79.61%-
XYZ40.940.7320.46-
YUV170.0994.09151.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=42.47%
G=34.52%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316511000.190.460.2035.4847.2161.37
HexCBA56E0132E14232f3d
Octal3132451560235624435775
Binary1100101110100101110111001001110111010100100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA56E; }

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

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

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

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

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

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

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

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