#CBA46E

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

Shades of Putty #CBA46E

Tints of Putty #CBA46E

Color information

#CBA46E (or 0xCBA46E) is unknown color: approx Putty. HEX triplet: CB, A4 and 6E. RGB value is (203,164,110). Sum of RGB (Red+Green+Blue) = 203+164+110=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA46E is #345B91. Grayscale: #A9A9A9. Windows color (decimal): -3431314 or 7251147. OLE color: 7251147.

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

Color convert

RGB203164110-
CMYK00.190.460.20
HSL34.84º47.21%61.37%-
HSV(B)34.84º45.81%79.61%-
XYZ40.7240.3720.4-
YUV169.594.42151.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=42.56%
G=34.38%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316411000.190.460.2034.8447.2161.37
HexCBA46E0132E14232f3d
Octal3132441560235624435775
Binary1100101110100100110111001001110111010100100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA46E; }

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

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

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

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

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

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

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

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