#CBB36D

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

Shades of Putty #CBB36D

Tints of Putty #CBB36D

Color information

#CBB36D (or 0xCBB36D) is unknown color: approx Putty. HEX triplet: CB, B3 and 6D. RGB value is (203,179,109). Sum of RGB (Red+Green+Blue) = 203+179+109=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36D is #344C92. Grayscale: #B2B2B2. Windows color (decimal): -3427475 or 7189451. OLE color: 7189451.

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

Color convert

RGB203179109-
CMYK00.120.460.20
HSL44.68º47.47%61.18%-
HSV(B)44.68º46.31%79.61%-
XYZ43.5146.0421.06-
YUV178.288.95145.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=41.34%
G=36.46%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317910900.120.460.2044.6847.4761.18
HexCBB36D0C2E142d2f3d
Octal3132631550145624555775
Binary110010111011001111011010110010111010100101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB36D; }

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

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

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

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

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

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

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

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