#CBB56D

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

Shades of Putty #CBB56D

Tints of Putty #CBB56D

Color information

#CBB56D (or 0xCBB56D) is unknown color: approx Putty. HEX triplet: CB, B5 and 6D. RGB value is (203,181,109). Sum of RGB (Red+Green+Blue) = 203+181+109=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB56D is #344A92. Grayscale: #B3B3B3. Windows color (decimal): -3426963 or 7189963. OLE color: 7189963.

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

Color convert

RGB203181109-
CMYK00.110.460.20
HSL45.96º47.47%61.18%-
HSV(B)45.96º46.31%79.61%-
XYZ43.9146.8521.2-
YUV179.3788.29144.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=41.18%
G=36.71%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318110900.110.460.2045.9647.4761.18
HexCBB56D0B2E142e2f3d
Octal3132651550135624565775
Binary110010111011010111011010101110111010100101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB56D; }

 p { color: rgb(203,181,109); }

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

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

 a { background-color: rgb(203,181,109); }

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

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

 span { border-color: rgb(203,181,109); }

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