#CBA56B

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

Shades of Putty #CBA56B

Tints of Putty #CBA56B

Color information

#CBA56B (or 0xCBA56B) is unknown color: approx Putty. HEX triplet: CB, A5 and 6B. RGB value is (203,165,107). Sum of RGB (Red+Green+Blue) = 203+165+107=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56B is #345A94. Grayscale: #AAAAAA. Windows color (decimal): -3431061 or 7054795. OLE color: 7054795.

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

Color convert

RGB203165107-
CMYK00.190.470.20
HSL36.25º48%60.78%-
HSV(B)36.25º47.29%79.61%-
XYZ40.7440.6719.61-
YUV169.7592.59151.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=42.74%
G=34.74%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316510700.190.470.2036.254860.78
HexCBA56B0132F1424303d
Octal3132451530235724446075
Binary1100101110100101110101101001110111110100100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA56B; }

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

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

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

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

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

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

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

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