#cba977

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

Shades of Putty #CBA977

Tints of Putty #CBA977

Color information

#CBA977 (or 0xCBA977) is unknown color: approx Putty. HEX triplet: CB, A9 and 77. RGB value is (203,169,119). Sum of RGB (Red+Green+Blue) = 203+169+119=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA977 is #345688. Grayscale: #ADADAD. Windows color (decimal): -3430025 or 7842251. OLE color: 7842251.

HSL color Cylindrical-coordinate representation of color #CBA977: hue angle of 35.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBA977 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB203169119-
CMYK00.170.410.20
HSL35.71º44.68%63.14%-
HSV(B)35.71º41.38%79.61%-
XYZ42.1542.423.42-
YUV173.4797.26149.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=41.34%
G=34.42%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316911900.170.410.2035.7144.6863.14
HexCBA9770112914242d3f
Octal3132511670215124445577
Binary1100101110101001111011101000110100110100100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba977; }

 p { color: rgb(203,169,119); }

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

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

 a { background-color: rgb(203,169,119); }

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

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

 span { border-color: rgb(203,169,119); }

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