#CBB26E

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

Shades of Putty #CBB26E

Tints of Putty #CBB26E

Color information

#CBB26E (or 0xCBB26E) is unknown color: approx Putty. HEX triplet: CB, B2 and 6E. RGB value is (203,178,110). Sum of RGB (Red+Green+Blue) = 203+178+110=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB26E is #344D91. Grayscale: #B2B2B2. Windows color (decimal): -3427730 or 7254731. OLE color: 7254731.

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

Color convert

RGB203178110-
CMYK00.120.460.20
HSL43.87º47.21%61.37%-
HSV(B)43.87º45.81%79.61%-
XYZ43.3645.6621.28-
YUV177.7289.78146.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=41.34%
G=36.25%
B=22.40%

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
Decimal20317811000.120.460.2043.8747.2161.37
HexCBB26E0C2E142c2f3d
Octal3132621560145624545775
Binary110010111011001011011100110010111010100101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB26E; }

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

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

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

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

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

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

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

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