#CBB16D

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

Shades of Putty #CBB16D

Tints of Putty #CBB16D

Color information

#CBB16D (or 0xCBB16D) is unknown color: approx Putty. HEX triplet: CB, B1 and 6D. RGB value is (203,177,109). Sum of RGB (Red+Green+Blue) = 203+177+109=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB16D is #344E92. Grayscale: #B1B1B1. Windows color (decimal): -3427987 or 7188939. OLE color: 7188939.

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

Color convert

RGB203177109-
CMYK00.130.460.20
HSL43.4º47.47%61.18%-
HSV(B)43.4º46.31%79.61%-
XYZ43.1145.2420.93-
YUV177.0289.61146.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=41.51%
G=36.20%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317710900.130.460.2043.447.4761.18
HexCBB16D0D2E142b2f3d
Octal3132611550155624535775
Binary110010111011000111011010110110111010100101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB16D; }

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

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

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

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

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

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

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

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