#CBA771

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

Shades of Putty #CBA771

Tints of Putty #CBA771

Color information

#CBA771 (or 0xCBA771) is unknown color: approx Putty. HEX triplet: CB, A7 and 71. RGB value is (203,167,113). Sum of RGB (Red+Green+Blue) = 203+167+113=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA771 is #34588E. Grayscale: #ABABAB. Windows color (decimal): -3430543 or 7448523. OLE color: 7448523.

HSL color Cylindrical-coordinate representation of color #CBA771: hue angle of 36º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBA771 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203167113-
CMYK00.180.440.20
HSL36º46.39%61.96%-
HSV(B)36º44.33%79.61%-
XYZ41.4341.5321.45-
YUV171.6194.93150.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=42.03%
G=34.58%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316711300.180.440.203646.3961.96
HexCBA7710122C14242e3e
Octal3132471610225424445676
Binary1100101110100111111000101001010110010100100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA771; }

 p { color: rgb(203,167,113); }

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

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

 a { background-color: rgb(203,167,113); }

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

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

 span { border-color: rgb(203,167,113); }

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