#CBA371

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

Shades of Putty #CBA371

Tints of Putty #CBA371

Color information

#CBA371 (or 0xCBA371) is unknown color: approx Putty. HEX triplet: CB, A3 and 71. RGB value is (203,163,113). Sum of RGB (Red+Green+Blue) = 203+163+113=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA371 is #345C8E. Grayscale: #A9A9A9. Windows color (decimal): -3431567 or 7447499. OLE color: 7447499.

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

Color convert

RGB203163113-
CMYK00.200.440.20
HSL33.33º46.39%61.96%-
HSV(B)33.33º44.33%79.61%-
XYZ40.7140.0821.21-
YUV169.2696.25152.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=42.38%
G=34.03%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316311300.200.440.2033.3346.3961.96
HexCBA3710142C14212e3e
Octal3132431610245424415676
Binary1100101110100011111000101010010110010100100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA371; }

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

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

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

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

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

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

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

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