#CBB26F

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

Shades of Putty #CBB26F

Tints of Putty #CBB26F

Color information

#CBB26F (or 0xCBB26F) is unknown color: approx Putty. HEX triplet: CB, B2 and 6F. RGB value is (203,178,111). Sum of RGB (Red+Green+Blue) = 203+178+111=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB26F is #344D90. Grayscale: #B2B2B2. Windows color (decimal): -3427729 or 7320267. OLE color: 7320267.

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

Color convert

RGB203178111-
CMYK00.120.450.20
HSL43.7º46.94%61.57%-
HSV(B)43.7º45.32%79.61%-
XYZ43.4245.6821.57-
YUV177.8490.28145.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=41.26%
G=36.18%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317811100.120.450.2043.746.9461.57
HexCBB26F0C2D142c2f3e
Octal3132621570145524545776
Binary110010111011001011011110110010110110100101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB26F; }

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

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

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

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

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

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

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

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