#CBB06E

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

Shades of Putty #CBB06E

Tints of Putty #CBB06E

Color information

#CBB06E (or 0xCBB06E) is unknown color: approx Putty. HEX triplet: CB, B0 and 6E. RGB value is (203,176,110). Sum of RGB (Red+Green+Blue) = 203+176+110=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB06E is #344F91. Grayscale: #B0B0B0. Windows color (decimal): -3428242 or 7254219. OLE color: 7254219.

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

Color convert

RGB203176110-
CMYK00.130.460.20
HSL42.58º47.21%61.37%-
HSV(B)42.58º45.81%79.61%-
XYZ42.9744.8721.15-
YUV176.5590.45146.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 110 (43.36% from 255) = 22.49%
R=41.51%
G=35.99%
B=22.49%

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
Decimal20317611000.130.460.2042.5847.2161.37
HexCBB06E0D2E142b2f3d
Octal3132601560155624535775
Binary110010111011000011011100110110111010100101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB06E; }

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

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

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

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

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

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

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

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