#CBB56E

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

Shades of Putty #CBB56E

Tints of Putty #CBB56E

Color information

#CBB56E (or 0xCBB56E) is unknown color: approx Putty. HEX triplet: CB, B5 and 6E. RGB value is (203,181,110). Sum of RGB (Red+Green+Blue) = 203+181+110=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB56E is #344A91. Grayscale: #B3B3B3. Windows color (decimal): -3426962 or 7255499. OLE color: 7255499.

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

Color convert

RGB203181110-
CMYK00.110.460.20
HSL45.81º47.21%61.37%-
HSV(B)45.81º45.81%79.61%-
XYZ43.9746.8721.48-
YUV179.4888.79144.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=41.09%
G=36.64%
B=22.27%

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
Decimal20318111000.110.460.2045.8147.2161.37
HexCBB56E0B2E142e2f3d
Octal3132651560135624565775
Binary110010111011010111011100101110111010100101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB56E; }

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

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

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

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

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

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

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

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