#CBB66E

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

Shades of Putty #CBB66E

Tints of Putty #CBB66E

Color information

#CBB66E (or 0xCBB66E) is unknown color: approx Putty. HEX triplet: CB, B6 and 6E. RGB value is (203,182,110). Sum of RGB (Red+Green+Blue) = 203+182+110=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB66E is #344991. Grayscale: #B4B4B4. Windows color (decimal): -3426706 or 7255755. OLE color: 7255755.

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

Color convert

RGB203182110-
CMYK00.100.460.20
HSL46.45º47.21%61.37%-
HSV(B)46.45º45.81%79.61%-
XYZ44.1747.2821.55-
YUV180.0788.46144.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=41.01%
G=36.77%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318211000.100.460.2046.4547.2161.37
HexCBB66E0A2E142e2f3d
Octal3132661560125624565775
Binary110010111011011011011100101010111010100101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB66E; }

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

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

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

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

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

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

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

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