#CBB271

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

Shades of Putty #CBB271

Tints of Putty #CBB271

Color information

#CBB271 (or 0xCBB271) is unknown color: approx Putty. HEX triplet: CB, B2 and 71. RGB value is (203,178,113). Sum of RGB (Red+Green+Blue) = 203+178+113=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB271 is #344D8E. Grayscale: #B2B2B2. Windows color (decimal): -3427727 or 7451339. OLE color: 7451339.

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

Color convert

RGB203178113-
CMYK00.120.440.20
HSL43.33º46.39%61.96%-
HSV(B)43.33º44.33%79.61%-
XYZ43.5345.7322.16-
YUV178.0691.28145.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=41.09%
G=36.03%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317811300.120.440.2043.3346.3961.96
HexCBB2710C2C142b2e3e
Octal3132621610145424535676
Binary110010111011001011100010110010110010100101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB271; }

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

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

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

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

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

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

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

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